Class AuthenticationMethodsPage
java.lang.Object
com.auth0.json.mgmt.Page<AuthenticationMethod>
com.auth0.json.mgmt.users.authenticationmethods.AuthenticationMethodsPage
Represents a page of an AuthenticationMethod.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationMethodsPage(Integer start, Integer length, Integer total, Integer limit, String next, List<AuthenticationMethod> items) AuthenticationMethodsPage(Integer start, Integer length, Integer total, Integer limit, List<AuthenticationMethod> items) Deprecated.use AuthenticationMethodsPage(Integer, Integer, Integer, Integer, String, List) instead. -
Method Summary
-
Constructor Details
-
AuthenticationMethodsPage
-
AuthenticationMethodsPage
@Deprecated public AuthenticationMethodsPage(Integer start, Integer length, Integer total, Integer limit, List<AuthenticationMethod> items) Deprecated. -
AuthenticationMethodsPage
-