-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionUse AuthAPI.login(String, char[]) instead.Use AuthAPI.login(String, char[], String) instead.Use AuthAPI.signUp(String, char[], String) instead.Use AuthAPI.signUp(String, String, char[], String) instead.Use
JobsEntity.exportUsers(UsersExportFilter)
instead. Requests a Users Exports job. A token with scope read:users is needed. See POST Users Exports. See Bulk User Exports.theenabled_connections
property was removed from the API response body, so this will always returnnull
. UseOrganizationsEntity.getConnections(String, PageFilter)
instead.Use PasswordChangeTicket.setNewPassword(char[]) instead.Use User.setPassword(char[]) instead.
-
Deprecated ConstructorsConstructorDescriptionUse the
AuthAPI.Builder
to configure and create instances.Use theAuthAPI.Builder
to configure and create instances.Use theManagementAPI.Builder
to configure and create instances.Use theManagementAPI.Builder
to configure and create instances.
DefaultHttpClient
to configure HTTP client behavior