Class CosmosUserProperties


  • public final class CosmosUserProperties
    extends Object
    The Cosmos user properties.
    • Constructor Detail

      • CosmosUserProperties

        public CosmosUserProperties()
        Initialize a user object.
    • Method Detail

      • setId

        public CosmosUserProperties setId​(String id)
        Sets the id
        Parameters:
        id - the name of the resource.
        Returns:
        the current instance of cosmos user properties
      • getId

        public String getId()
        Gets the name of the resource.
        Returns:
        the name of the resource.
      • getTimestamp

        public Instant getTimestamp()
        Get the last modified timestamp associated with the resource. This is only relevant when getting response from the server.
        Returns:
        the timestamp.
      • getETag

        public String getETag()
        Get the entity tag associated with the resource. This is only relevant when getting response from the server.
        Returns:
        the e tag.