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