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