Package com.auth0.json.mgmt.client
Class ClientDefaultOrganization
java.lang.Object
com.auth0.json.mgmt.client.ClientDefaultOrganization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlows()Getter for the supported flows.Getter for the organization_id.voidSetter for the supported flows.voidsetOrganizationId(String organizationId) Setter for the organization_id.
-
Constructor Details
-
ClientDefaultOrganization
public ClientDefaultOrganization() -
ClientDefaultOrganization
-
-
Method Details
-
getFlows
Getter for the supported flows.- Returns:
- the supported flows.
-
setFlows
Setter for the supported flows.- Parameters:
flows- the supported flows to set.
-
getOrganizationId
Getter for the organization_id.- Returns:
- the organization_id.
-
setOrganizationId
Setter for the organization_id.- Parameters:
organizationId- the organization_id to set.
-