public class CatalogIdMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogIdMapping.Builder
Class to build instances of
CatalogIdMapping. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogIdMapping(io.apimatic.core.types.OptionalNullable<String> clientObjectId,
io.apimatic.core.types.OptionalNullable<String> objectId)
Internal initialization constructor.
|
|
CatalogIdMapping(String clientObjectId,
String objectId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClientObjectId()
Getter for ClientObjectId.
|
String |
getObjectId()
Getter for ObjectId.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetClientObjectId()
Internal Getter for ClientObjectId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetObjectId()
Internal Getter for ObjectId.
|
CatalogIdMapping.Builder |
toBuilder()
Builds a new
CatalogIdMapping.Builder object. |
String |
toString()
Converts this CatalogIdMapping into string format.
|
public CatalogIdMapping(String clientObjectId, String objectId)
clientObjectId - String value for clientObjectId.objectId - String value for objectId.protected io.apimatic.core.types.OptionalNullable<String> internalGetClientObjectId()
public String getClientObjectId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetObjectId()
public String getObjectId()
public String toString()
public CatalogIdMapping.Builder toBuilder()
CatalogIdMapping.Builder object.
Creates the instance with the state of the current model.CatalogIdMapping.Builder objectCopyright © 2023. All rights reserved.