public class CatalogTimePeriod extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogTimePeriod.Builder
Class to build instances of
CatalogTimePeriod. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogTimePeriod(io.apimatic.core.types.OptionalNullable<String> event)
Internal initialization constructor.
|
|
CatalogTimePeriod(String event)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEvent()
Getter for Event.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEvent()
Internal Getter for Event.
|
CatalogTimePeriod.Builder |
toBuilder()
Builds a new
CatalogTimePeriod.Builder object. |
String |
toString()
Converts this CatalogTimePeriod into string format.
|
public CatalogTimePeriod(String event)
event - String value for event.protected CatalogTimePeriod(io.apimatic.core.types.OptionalNullable<String> event)
protected io.apimatic.core.types.OptionalNullable<String> internalGetEvent()
public String getEvent()
public String toString()
public CatalogTimePeriod.Builder toBuilder()
CatalogTimePeriod.Builder object.
Creates the instance with the state of the current model.CatalogTimePeriod.Builder objectCopyright © 2023. All rights reserved.