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