public class BusinessHoursPeriod extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessHoursPeriod.Builder
Class to build instances of
BusinessHoursPeriod. |
| Modifier | Constructor and Description |
|---|---|
protected |
BusinessHoursPeriod(String dayOfWeek,
io.apimatic.core.types.OptionalNullable<String> startLocalTime,
io.apimatic.core.types.OptionalNullable<String> endLocalTime)
Initialization constructor.
|
|
BusinessHoursPeriod(String dayOfWeek,
String startLocalTime,
String endLocalTime)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDayOfWeek()
Getter for DayOfWeek.
|
String |
getEndLocalTime()
Getter for EndLocalTime.
|
String |
getStartLocalTime()
Getter for StartLocalTime.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEndLocalTime()
Internal Getter for EndLocalTime.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetStartLocalTime()
Internal Getter for StartLocalTime.
|
BusinessHoursPeriod.Builder |
toBuilder()
Builds a new
BusinessHoursPeriod.Builder object. |
String |
toString()
Converts this BusinessHoursPeriod into string format.
|
public BusinessHoursPeriod(String dayOfWeek, String startLocalTime, String endLocalTime)
dayOfWeek - String value for dayOfWeek.startLocalTime - String value for startLocalTime.endLocalTime - String value for endLocalTime.protected BusinessHoursPeriod(String dayOfWeek, io.apimatic.core.types.OptionalNullable<String> startLocalTime, io.apimatic.core.types.OptionalNullable<String> endLocalTime)
dayOfWeek - String value for dayOfWeek.startLocalTime - String value for startLocalTime.endLocalTime - String value for endLocalTime.public String getDayOfWeek()
protected io.apimatic.core.types.OptionalNullable<String> internalGetStartLocalTime()
public String getStartLocalTime()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEndLocalTime()
public String getEndLocalTime()
public String toString()
public BusinessHoursPeriod.Builder toBuilder()
BusinessHoursPeriod.Builder object.
Creates the instance with the state of the current model.BusinessHoursPeriod.Builder objectCopyright © 2024. All rights reserved.