Class RoleAssignmentListResult


  • public final class RoleAssignmentListResult
    extends Object
    Role assignment list operation result.
    • Constructor Detail

      • RoleAssignmentListResult

        public RoleAssignmentListResult()
    • Method Detail

      • value

        public List<RoleAssignmentInner> value()
        Get the value property: Role assignment list.
        Returns:
        the value value.
      • withValue

        public RoleAssignmentListResult withValue​(List<RoleAssignmentInner> value)
        Set the value property: Role assignment list.
        Parameters:
        value - the value value to set.
        Returns:
        the RoleAssignmentListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URL to use for getting the next set of results.
        Returns:
        the nextLink value.
      • validate

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