Class CreateOrUpdateCustomObjectInstanceRequest


  • public final class CreateOrUpdateCustomObjectInstanceRequest
    extends java.lang.Object
    • 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:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object