public class EntityList extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
EntityList.Entities
This class hold the Entities object(An object that represent one Entity )
|
class |
EntityList.TestEntities
This class hold the Entities object but as a test for the manipulation of test scripts (An object that represent one Entity )
|
| Modifier and Type | Field and Description |
|---|---|
protected OctaneHttpClient |
octaneHttpClient |
protected String |
urlDomain |
| Constructor and Description |
|---|
EntityList(OctaneHttpClient octaneHttpClient,
String entityListDomain)
Creates a new EntityList object.
|
| Modifier and Type | Method and Description |
|---|---|
EntityList.Entities |
at(String entityId)
getter of an Entities object ( Entities object handle a unique entity
model )
|
CreateEntities |
create()
getter of an CreateEntities object of EntityList ( EntityList object handle a
collection of entity models
|
DeleteEntities |
delete()
getter of an DeleteEntities object of EntityList ( EntityList object handle a
collection of entity models
|
GetEntities |
get()
getter of an GetEntities object of EntityList ( EntityList object handle a
collection of entity models )
|
UpdateEntities |
update()
getter of an UpdateEntities object of EntityList ( EntityList object handle a
collection of entity models )
|
protected final String urlDomain
protected final OctaneHttpClient octaneHttpClient
public EntityList(OctaneHttpClient octaneHttpClient, String entityListDomain)
octaneHttpClient - - Http CliententityListDomain - - Domain Namepublic EntityList.Entities at(String entityId)
entityId - - entity idpublic GetEntities get()
public UpdateEntities update()
public CreateEntities create()
public DeleteEntities delete()
Copyright © 2021 Micro Focus. All rights reserved.