Class ApiPaths.UserApiPaths

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.UserApiPaths
Enclosing class:
ApiPaths

public static final class ApiPaths.UserApiPaths extends Object
User profile, metadata, and lookup API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for user endpoints.
      See Also:
    • GET

      public static final String GET
      Relative path to fetch a user by id or criteria.
      See Also:
    • LANGUAGES

      public static final String LANGUAGES
      Relative path to fetch supported languages.
      See Also:
    • RECENT_TRANSACTIONS

      public static final String RECENT_TRANSACTIONS
      Relative path to fetch a user's recent transactions.
      See Also:
    • CREATE

      public static final String CREATE
      Relative path to create a new user.
      See Also:
    • UPDATE

      public static final String UPDATE
      Relative path to update an existing user.
      See Also:
    • UPDATE_BY_ADMINISTRATOR

      public static final String UPDATE_BY_ADMINISTRATOR
      Relative path to update an existing user by an admin.
      See Also:
    • UPDATE_ACCESS_BY_ADMINISTRATOR

      public static final String UPDATE_ACCESS_BY_ADMINISTRATOR
      Relative path to update a user's access by an admin.
      See Also:
    • ROTATE_API_KEY_BY_ADMINISTRATOR

      public static final String ROTATE_API_KEY_BY_ADMINISTRATOR
      Relative path to rotate a user's api key by an admin.
      See Also:
    • DELETE_BY_ADMINISTRATOR

      public static final String DELETE_BY_ADMINISTRATOR
      Relative path to delete an existing user by an admin.
      See Also:
    • TIME_ZONES

      public static final String TIME_ZONES
      Relative path to fetch supported time zones.
      See Also:
    • SEARCH_USERS

      public static final String SEARCH_USERS
      Relative path to search users.
      See Also: