Class CosmosUser


  • public class CosmosUser
    extends Object
    The type Cosmos sync user.
    • Method Detail

      • getId

        public String getId()
        Id string.
        Returns:
        the string
      • read

        public CosmosUserResponse read()
        Read cosmos user
        Returns:
        the cosmos user response
      • replace

        public CosmosUserResponse replace​(CosmosUserProperties userProperties)
        Replace cosmos user.
        Parameters:
        userProperties - the user properties
        Returns:
        the cosmos user response
      • delete

        public CosmosUserResponse delete()
        Delete cosmos user.
        Returns:
        the cosmos user response