Package com.loop54.model.response
Class GetComplementaryEntitiesResponse
java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.GetComplementaryEntitiesResponse
The result of a getComplementaryEntities request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe entities that are complementary 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 complementary to the entity supplied in the request.
-
-
Constructor Details
-
GetComplementaryEntitiesResponse
public GetComplementaryEntitiesResponse()
-