Class SharedAccessAuthorizationRuleListResult


  • public final class SharedAccessAuthorizationRuleListResult
    extends Object
    The response of the List Namespace operation.
    • Constructor Detail

      • SharedAccessAuthorizationRuleListResult

        public SharedAccessAuthorizationRuleListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of AuthorizationRules.
        Returns:
        the nextLink value.
      • withNextLink

        public SharedAccessAuthorizationRuleListResult withNextLink​(String nextLink)
        Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of AuthorizationRules.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the SharedAccessAuthorizationRuleListResult object itself.
      • validate

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