Class CreateOrUpdateCustomObjectInstanceRequest
- java.lang.Object
-
- com.intercom.api.resources.unstable.customobjectinstances.requests.CreateOrUpdateCustomObjectInstanceRequest
-
public final class CreateOrUpdateCustomObjectInstanceRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateOrUpdateCustomObjectInstanceRequest._FinalStagestatic classCreateOrUpdateCustomObjectInstanceRequest.Builderstatic interfaceCreateOrUpdateCustomObjectInstanceRequest.CustomObjectTypeIdentifierStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateOrUpdateCustomObjectInstanceRequest.CustomObjectTypeIdentifierStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.util.Map<java.lang.String,java.util.Optional<java.lang.String>>>getCustomAttributes()java.lang.StringgetCustomObjectTypeIdentifier()java.util.Optional<java.lang.Integer>getExternalCreatedAt()java.util.Optional<java.lang.String>getExternalId()java.util.Optional<java.lang.Integer>getExternalUpdatedAt()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getCustomObjectTypeIdentifier
public java.lang.String getCustomObjectTypeIdentifier()
- Returns:
- The unique identifier of the custom object type that defines the structure of the custom object instance.
-
getExternalId
public java.util.Optional<java.lang.String> getExternalId()
- Returns:
- A unique identifier for the Custom Object instance in the external system it originated from.
-
getExternalCreatedAt
public java.util.Optional<java.lang.Integer> getExternalCreatedAt()
- Returns:
- The time when the Custom Object instance was created in the external system it originated from.
-
getExternalUpdatedAt
public java.util.Optional<java.lang.Integer> getExternalUpdatedAt()
- Returns:
- The time when the Custom Object instance was last updated in the external system it originated from.
-
getCustomAttributes
public java.util.Optional<java.util.Map<java.lang.String,java.util.Optional<java.lang.String>>> getCustomAttributes()
- Returns:
- The custom attributes which are set for the Custom Object instance.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static CreateOrUpdateCustomObjectInstanceRequest.CustomObjectTypeIdentifierStage builder()
-
-