Class ApiPaths.UserApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.UserApiPaths
- Enclosing class:
ApiPaths
User profile, metadata, and lookup API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for user endpoints.static final StringRelative path to create a new user.static final StringRelative path to delete an existing user by an admin.static final StringRelative path to fetch a user by id or criteria.static final StringRelative path to fetch supported languages.static final StringRelative path to fetch a user's recent transactions.static final StringRelative path to rotate a user's api key by an admin.static final StringRelative path to search users.static final StringRelative path to fetch supported time zones.static final StringRelative path to update an existing user.static final StringRelative path to update a user's access by an admin.static final StringRelative path to update an existing user by an admin. -
Method Summary
-
Field Details
-
BASE
-
GET
-
LANGUAGES
-
RECENT_TRANSACTIONS
Relative path to fetch a user's recent transactions.- See Also:
-
CREATE
-
UPDATE
-
UPDATE_BY_ADMINISTRATOR
Relative path to update an existing user by an admin.- See Also:
-
UPDATE_ACCESS_BY_ADMINISTRATOR
Relative path to update a user's access by an admin.- See Also:
-
ROTATE_API_KEY_BY_ADMINISTRATOR
Relative path to rotate a user's api key by an admin.- See Also:
-
DELETE_BY_ADMINISTRATOR
Relative path to delete an existing user by an admin.- See Also:
-
TIME_ZONES
-
SEARCH_USERS
-