public class BatchRetrieveCatalogObjectsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchRetrieveCatalogObjectsRequest.Builder
Class to build instances of
BatchRetrieveCatalogObjectsRequest. |
| Constructor and Description |
|---|
BatchRetrieveCatalogObjectsRequest(List<String> objectIds,
Boolean includeRelatedObjects,
Long catalogVersion,
Boolean includeDeletedObjects)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getCatalogVersion()
Getter for CatalogVersion.
|
Boolean |
getIncludeDeletedObjects()
Getter for IncludeDeletedObjects.
|
Boolean |
getIncludeRelatedObjects()
Getter for IncludeRelatedObjects.
|
List<String> |
getObjectIds()
Getter for ObjectIds.
|
int |
hashCode() |
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)
objectIds - List of String value for objectIds.includeRelatedObjects - Boolean value for includeRelatedObjects.catalogVersion - Long value for catalogVersion.includeDeletedObjects - Boolean value for includeDeletedObjects.public List<String> getObjectIds()
public Boolean getIncludeRelatedObjects()
public Long getCatalogVersion()
public Boolean getIncludeDeletedObjects()
public String toString()
public BatchRetrieveCatalogObjectsRequest.Builder toBuilder()
BatchRetrieveCatalogObjectsRequest.Builder object.
Creates the instance with the state of the current model.BatchRetrieveCatalogObjectsRequest.Builder objectCopyright © 2022. All rights reserved.