public class RexTraversalRequestBody extends Object
| Constructor and Description |
|---|
RexTraversalRequestBody() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClassificationNames() |
Integer |
getDepth() |
Boolean |
getEnterpriseOption() |
String |
getEntityGUID() |
List<String> |
getEntityTypeGUIDs() |
Integer |
getGen() |
List<String> |
getRelationshipTypeGUIDs() |
String |
getServerName() |
String |
getServerURLRoot() |
void |
setClassificationNames(List<String> classificationNames) |
void |
setDepth(Integer depth) |
void |
setEnterpriseOption(Boolean enterpriseOption) |
void |
setEntityGUID(String entityGUID) |
void |
setEntityTypeGUIDs(List<String> entityTypeGUIDs) |
void |
setGen(Integer gen) |
void |
setRelationshipTypeGUIDs(List<String> relationshipTypeGUIDs) |
void |
setServerName(String serverName) |
void |
setServerURLRoot(String serverURLRoot) |
String |
toString() |
public String getServerName()
public String getServerURLRoot()
public String getEntityGUID()
public Boolean getEnterpriseOption()
public Integer getDepth()
public Integer getGen()
public void setServerName(String serverName)
public void setServerURLRoot(String serverURLRoot)
public void setEntityGUID(String entityGUID)
public void setEnterpriseOption(Boolean enterpriseOption)
public void setDepth(Integer depth)
public void setGen(Integer gen)
Copyright © 2018–2020 ODPi. All rights reserved.