Package com.loop54.model.response
Class GetEntitiesByAttributeResponse
java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.GetEntitiesByAttributeResponse
The result of a request to get entities with an attribute (for instance category).
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe entities that are connected to the attribute.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 connected to the attribute.
-
-
Constructor Details
-
GetEntitiesByAttributeResponse
public GetEntitiesByAttributeResponse()
-