Package com.loop54.model.response
Class GetRelatedEntitiesResponse
java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.GetRelatedEntitiesResponse
The result of a getRelatedEntities request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe entities that are related to the entity supplied in the request.Fields inherited from class com.loop54.model.response.Response
customData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.loop54.model.response.Response
getCustomDataOrDefault, getCustomDataOrThrow
-
Field Details
-
results
The entities that are related to the entity supplied in the request.
-
-
Constructor Details
-
GetRelatedEntitiesResponse
public GetRelatedEntitiesResponse()
-