Class Roles

java.lang.Object
com.auth0.json.mgmt.organizations.Roles

public class Roles extends Object
Represents the request body when adding or deleting roles from a member of an organization.
See Also:
  • Constructor Details

    • Roles

      public Roles(List<String> roles)
      Create a new instance.
      Parameters:
      roles - the list of Role IDs to associate with the member.
  • Method Details

    • getRoles

      public List<String> getRoles()
      Returns:
      the list of Role IDs associated with the member.