public class GetRelatedEntitiesRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
Entity |
entity
The entity who's related entities we want to get.
|
EntityCollectionParameters |
resultsOptions
Parameters for specifying which entities to retrieve.
|
customData| Constructor and Description |
|---|
GetRelatedEntitiesRequest(Entity entity) |
GetRelatedEntitiesRequest(java.lang.String entityType,
java.lang.String entityId) |
addCustomDatapublic Entity entity
public final EntityCollectionParameters resultsOptions
public GetRelatedEntitiesRequest(java.lang.String entityType,
java.lang.String entityId)
entityType - Type of the entity to queryentityId - Id of the entity to querypublic GetRelatedEntitiesRequest(Entity entity)
entity - The entity to use in the query.