Class UserRoleListResponse

java.lang.Object
com.azure.resourcemanager.logz.models.UserRoleListResponse

public final class UserRoleListResponse extends Object
Response for list of user's role for Logz.io account.
  • Constructor Details

    • UserRoleListResponse

      public UserRoleListResponse()
      Creates an instance of UserRoleListResponse class.
  • Method Details

    • value

      public List<UserRoleResponseInner> value()
      Get the value property: List of user roles for Logz.io account.
      Returns:
      the value value.
    • withValue

      public UserRoleListResponse withValue(List<UserRoleResponseInner> value)
      Set the value property: List of user roles for Logz.io account.
      Parameters:
      value - the value value to set.
      Returns:
      the UserRoleListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results, if any.
      Returns:
      the nextLink value.
    • withNextLink

      public UserRoleListResponse withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results, if any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the UserRoleListResponse object itself.
    • validate

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