T - The type of the entity modelE - The implementing subclass of this classpublic abstract class UpdateTypedEntity<T extends TypedEntityModel,E extends UpdateTypedEntity> extends TypedEntityList.TypedEntityRequest<T>
for the non typed version| Modifier | Constructor and Description |
|---|---|
protected |
UpdateTypedEntity(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
| Modifier and Type | Method and Description |
|---|---|
E |
entity(T entityModel)
set a new entity for updating
|
T |
execute()
Carries out the execution and returns the entity
|
T |
execute(APIMode header)
Carries out the execution and returns the entity, using a custom api mode
|
getEntityInstanceprotected UpdateTypedEntity(Class<T> typedEntityModelClass, OctaneHttpClient octaneHttpClient, String urlDomain, String entityId)
Copyright © 2021 Micro Focus. All rights reserved.