Class UserTokenResultInner


  • public final class UserTokenResultInner
    extends Object
    Get User Token response details.
    • Constructor Detail

      • UserTokenResultInner

        public UserTokenResultInner()
    • Method Detail

      • value

        public String value()
        Get the value property: Shared Access Authorization token for the User.
        Returns:
        the value value.
      • withValue

        public UserTokenResultInner withValue​(String value)
        Set the value property: Shared Access Authorization token for the User.
        Parameters:
        value - the value value to set.
        Returns:
        the UserTokenResultInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.