public class ShiftWorkday extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShiftWorkday.Builder
Class to build instances of
ShiftWorkday. |
| Modifier | Constructor and Description |
|---|---|
protected |
ShiftWorkday(DateRange dateRange,
String matchShiftsBy,
io.apimatic.core.types.OptionalNullable<String> defaultTimezone)
Initialization constructor.
|
|
ShiftWorkday(DateRange dateRange,
String matchShiftsBy,
String defaultTimezone)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DateRange |
getDateRange()
Getter for DateRange.
|
String |
getDefaultTimezone()
Getter for DefaultTimezone.
|
String |
getMatchShiftsBy()
Getter for MatchShiftsBy.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetDefaultTimezone()
Internal Getter for DefaultTimezone.
|
ShiftWorkday.Builder |
toBuilder()
Builds a new
ShiftWorkday.Builder object. |
String |
toString()
Converts this ShiftWorkday into string format.
|
public ShiftWorkday(DateRange dateRange, String matchShiftsBy, String defaultTimezone)
dateRange - DateRange value for dateRange.matchShiftsBy - String value for matchShiftsBy.defaultTimezone - String value for defaultTimezone.protected ShiftWorkday(DateRange dateRange, String matchShiftsBy, io.apimatic.core.types.OptionalNullable<String> defaultTimezone)
dateRange - DateRange value for dateRange.matchShiftsBy - String value for matchShiftsBy.defaultTimezone - String value for defaultTimezone.public DateRange getDateRange()
public String getMatchShiftsBy()
protected io.apimatic.core.types.OptionalNullable<String> internalGetDefaultTimezone()
public String getDefaultTimezone()
public String toString()
public ShiftWorkday.Builder toBuilder()
ShiftWorkday.Builder object.
Creates the instance with the state of the current model.ShiftWorkday.Builder objectCopyright © 2024. All rights reserved.