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