public class CreateCatalogImageRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCatalogImageRequest.Builder
Class to build instances of
CreateCatalogImageRequest. |
| Constructor and Description |
|---|
CreateCatalogImageRequest(String idempotencyKey,
CatalogObject image,
String objectId,
Boolean isPrimary)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
CatalogObject |
getImage()
Getter for Image.
|
Boolean |
getIsPrimary()
Getter for IsPrimary.
|
String |
getObjectId()
Getter for ObjectId.
|
int |
hashCode() |
CreateCatalogImageRequest.Builder |
toBuilder()
Builds a new
CreateCatalogImageRequest.Builder object. |
String |
toString()
Converts this CreateCatalogImageRequest into string format.
|
public CreateCatalogImageRequest(String idempotencyKey, CatalogObject image, String objectId, Boolean isPrimary)
idempotencyKey - String value for idempotencyKey.image - CatalogObject value for image.objectId - String value for objectId.isPrimary - Boolean value for isPrimary.public String getIdempotencyKey()
public String getObjectId()
public CatalogObject getImage()
public Boolean getIsPrimary()
public String toString()
public CreateCatalogImageRequest.Builder toBuilder()
CreateCatalogImageRequest.Builder object.
Creates the instance with the state of the current model.CreateCatalogImageRequest.Builder objectCopyright © 2022. All rights reserved.