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