Package | Description |
---|---|
io.sphere.sdk.client |
Provides types to connect to the API via HTTPS.
|
Modifier and Type | Field and Description |
---|---|
static SphereProjectScope |
SphereProjectScope.CREATE_ANONYMOUS_TOKEN
Grants access to the access tokens for Anonymous Sessions.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_API_CLIENTS
Grants access to the APIs for creating, deleting and viewing api clients
|
static SphereProjectScope |
SphereProjectScope.MANAGE_CUSTOMERS
Grants access to the APIs for creating, modifying and viewing anything related to customers in a project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_DISCOUNT_CODES
Grants access to all the APIs for creating, deleting and viewing Discount Codes
|
static SphereProjectScope |
SphereProjectScope.MANAGE_EXTENSIONS
Grants access to the APIs for creating, modifying and viewing anything related to Extensions in a project
|
static SphereProjectScope |
SphereProjectScope.MANAGE_MY_ORDERS
Grants access to the APIs for creating, modifying and viewing anything related to shopping lists in a project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_MY_PROFILE
If used with the password flow, grants access to the APIs for creating, modifying and viewing the profile of the customer to whom the access token was issued.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_ORDERS
Grants access to the APIs for creating, modifying and viewing anything related to orders in a project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_PAYMENTS
Grants access to the APIs for creating, modifying and viewing anything related to payments in a project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_PRODUCTS
Grants access to the APIs for creating, modifying and viewing anything related to products in a project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_PROJECT
Grants full access to the APIs for the specified project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_PROJECT_SETTINGS
Grants access to the API for modifying and viewing the project settings
|
static SphereProjectScope |
SphereProjectScope.MANAGE_SHOPPING_LISTS
If used with the password flow, grants access to the APIs for creating, modifying and viewing orders and carts of the customer to whom the access token was issued.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_STATES
Grants access to the APIs for creating, modifying and viewing anything related to states in a project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_SUBSCRIPTIONS
Grants access to the APIs for creating, modifying and viewing anything related to subscriptions in a project.
|
static SphereProjectScope |
SphereProjectScope.MANAGE_TYPES
Grants access to the APIs for creating, modifying and viewing anything related to types in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_API_CLIENTS
Grants access to the APIs for viewing api clients
|
static SphereProjectScope |
SphereProjectScope.VIEW_CUSTOMERS
Grants access to the APIs for viewing anything related to customers in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_DISCOUNT_CODES
Grants access to the APIs for viewing Discount Codes
|
static SphereProjectScope |
SphereProjectScope.VIEW_MESSAGES
Grants access to the APIs for viewing anything related to messages in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_ORDERS
Grants access to the APIs for viewing anything related to orders in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_PAYMENTS
Grants access to the APIs for viewing anything related to payments in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_PRODUCTS
Grants access to the APIs for viewing anything related to products in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_PROJECT_SETTINGS
Grants access to the API for viewing the project settings.
|
static SphereProjectScope |
SphereProjectScope.VIEW_SHOPPING_LISTS
Grants access to the APIs for viewing anything related to shopping lists in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_STATES
Grants access to the APIs for viewing anything related to states in a project.
|
static SphereProjectScope |
SphereProjectScope.VIEW_TYPES
Grants access to the APIs for viewing anything related to types in a project.
|
Modifier and Type | Method and Description |
---|---|
static SphereProjectScope |
SphereProjectScope.of(String scope) |
static SphereProjectScope |
SphereProjectScope.ofScopeString(String scope) |