| Modifier and Type | Field and Description |
|---|---|
static APIMode |
APIMode.CP7TechnicalPreviewAPIMode
Deprecated.
CP7 is nearing the end of its support and should not be used
|
static APIMode |
APIMode.TechnicalPreviewAPIMode
Enables the technical preview mode
|
| Modifier and Type | Method and Description |
|---|---|
Optional<APIMode> |
Authentication.getAPIMode()
Returns the API Mode header that is added to all calls to the REST API.
|
| Constructor and Description |
|---|
SimpleBasicAuthentication(String userName,
String password,
APIMode apiMode) |
SimpleClientAuthentication(String clientId,
String clientSecret,
APIMode apiMode) |
SimpleUserAuthentication(String userName,
String password,
APIMode apiMode) |
| Modifier and Type | Method and Description |
|---|---|
OctaneCollection<T> |
CreateTypedEntities.execute(APIMode header)
Carries out the execution and returns the entities, using a custom api mode
|
OctaneCollection<EntityModel> |
CreateEntities.execute(APIMode apiMode)
1.
|
| Modifier and Type | Method and Description |
|---|---|
OctaneCollection<T> |
DeleteTypedEntities.execute(APIMode header)
Carries out the execution and returns the entities, using a custom api mode
|
OctaneCollection<EntityModel> |
DeleteEntities.execute(APIMode apiMode)
1.
|
T |
DeleteTypedEntity.execute(APIMode header)
Carries out the execution and returns the entity, using a custom api mode
|
EntityModel |
DeleteEntity.execute(APIMode apiMode)
1.
|
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
GetEntity.execute(APIMode apiMode)
1.
|
T |
GetTypedEntity.execute(APIMode header)
Carries out the execution and returns the entity, using a custom api mode
|
OctaneCollection<EntityModel> |
GetEntities.execute(APIMode apiMode)
1.
|
OctaneCollection<T> |
GetTypedEntities.execute(APIMode header)
Carries out the execution and returns the entities, using a custom api mode
|
| Modifier and Type | Method and Description |
|---|---|
OctaneCollection<T> |
UpdateTypedEntities.execute(APIMode header)
Carries out the execution and returns the entities, using a custom api mode
|
OctaneCollection<EntityModel> |
UpdateEntities.execute(APIMode apiMode)
1.
|
EntityModel |
UpdateEntity.execute(APIMode apiMode)
1.
|
T |
UpdateTypedEntity.execute(APIMode header)
Carries out the execution and returns the entity, using a custom api mode
|
| Modifier and Type | Method and Description |
|---|---|
Set<APIMode> |
OctaneHttpRequest.getHeaders() |
Set<APIMode> |
OctaneRequest.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
void |
OctaneRequest.addHeader(APIMode header) |
void |
OctaneRequest.removeHeader(APIMode header) |
| Modifier and Type | Method and Description |
|---|---|
void |
OctaneHttpRequest.setHeaders(Set<APIMode> headers) |
Copyright © 2021 Micro Focus. All rights reserved.