Interface TimeOffOrBuilder (0.3.0)

public interface TimeOffOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Description of the leave if available (e.g. 'Vacation').

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Description of the leave if available (e.g. 'Vacation').

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getInterval()

public abstract Interval getInterval()

Interval duration of the leave.

.google.type.Interval interval = 1;

Returns
Type Description
com.google.type.Interval

The interval.

getIntervalOrBuilder()

public abstract IntervalOrBuilder getIntervalOrBuilder()

Interval duration of the leave.

.google.type.Interval interval = 1;

Returns
Type Description
com.google.type.IntervalOrBuilder

hasInterval()

public abstract boolean hasInterval()

Interval duration of the leave.

.google.type.Interval interval = 1;

Returns
Type Description
boolean

Whether the interval field is set.