public class RetrieveCatalogObjectRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveCatalogObjectRequest.Builder
Class to build instances of
RetrieveCatalogObjectRequest. |
| Modifier | Constructor and Description |
|---|---|
|
RetrieveCatalogObjectRequest(Boolean includeRelatedObjects,
Long catalogVersion)
Initialization constructor.
|
protected |
RetrieveCatalogObjectRequest(io.apimatic.core.types.OptionalNullable<Boolean> includeRelatedObjects,
io.apimatic.core.types.OptionalNullable<Long> catalogVersion)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCatalogVersion()
Getter for CatalogVersion.
|
Boolean |
getIncludeRelatedObjects()
Getter for IncludeRelatedObjects.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetCatalogVersion()
Internal Getter for CatalogVersion.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetIncludeRelatedObjects()
Internal Getter for IncludeRelatedObjects.
|
RetrieveCatalogObjectRequest.Builder |
toBuilder()
Builds a new
RetrieveCatalogObjectRequest.Builder object. |
String |
toString()
Converts this RetrieveCatalogObjectRequest into string format.
|
public RetrieveCatalogObjectRequest(Boolean includeRelatedObjects, Long catalogVersion)
includeRelatedObjects - Boolean value for includeRelatedObjects.catalogVersion - Long value for catalogVersion.protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetIncludeRelatedObjects()
public Boolean getIncludeRelatedObjects()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetCatalogVersion()
public Long getCatalogVersion()
public String toString()
public RetrieveCatalogObjectRequest.Builder toBuilder()
RetrieveCatalogObjectRequest.Builder object.
Creates the instance with the state of the current model.RetrieveCatalogObjectRequest.Builder objectCopyright © 2023. All rights reserved.