| Modifier and Type | Method and Description |
|---|---|
OctaneCollection |
CreateAttachment.execute()
Request Post Execution with Multipart content type
|
| Modifier and Type | Method and Description |
|---|---|
OctaneCollection<T> |
CreateTypedEntities.execute()
Carries out the execution and returns a collection of created entities
|
OctaneCollection<EntityModel> |
CreateEntities.execute()
1.
|
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()
Carries out the execution and returns a collection of deleted entities
|
OctaneCollection<EntityModel> |
DeleteEntities.execute()
Execute a DeleteEntities request
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
OctaneCollection<EntityModel> |
GetEntities.execute()
1.
|
OctaneCollection<T> |
GetTypedEntities.execute()
Carries out the execution and returns the entities
|
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()
Carries out the execution and returns the entities
|
OctaneCollection<EntityModel> |
UpdateEntities.execute()
1.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
OctaneCollection<T> |
OctaneCollectionSupplier.get() |
OctaneCollection<EntityModel> |
ModelParser.getEntities(String json)
get a entity model collection based on a given json string
|
| Constructor and Description |
|---|
OctaneCollectionSupplier(OctaneCollection<? extends Entity> octaneCollection)
The original collection that will be converted.
|
| Modifier and Type | Method and Description |
|---|---|
OctaneCollection<EntityModel> |
OctaneRequest.getEntitiesResponse(OctaneHttpRequest octaneHttpRequest)
get entities result based on Http Request
|
Copyright © 2021 Micro Focus. All rights reserved.