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