Class ClientDefaultOrganization

java.lang.Object
com.auth0.json.mgmt.client.ClientDefaultOrganization

public class ClientDefaultOrganization extends Object
  • Constructor Details

    • ClientDefaultOrganization

      public ClientDefaultOrganization()
    • ClientDefaultOrganization

      public ClientDefaultOrganization(List<String> flows, String organizationId)
  • Method Details

    • getFlows

      public List<String> getFlows()
      Getter for the supported flows.
      Returns:
      the supported flows.
    • setFlows

      public void setFlows(List<String> flows)
      Setter for the supported flows.
      Parameters:
      flows - the supported flows to set.
    • getOrganizationId

      public String getOrganizationId()
      Getter for the organization_id.
      Returns:
      the organization_id.
    • setOrganizationId

      public void setOrganizationId(String organizationId)
      Setter for the organization_id.
      Parameters:
      organizationId - the organization_id to set.