Class ApiEntity.Response<T>
java.lang.Object
io.camunda.zeebe.client.impl.http.ApiEntity.Response<T>
- All Implemented Interfaces:
ApiEntity<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.client.impl.http.ApiEntity
ApiEntity.Error<T>, ApiEntity.Response<T>, ApiEntity.Unknown<T> -
Method Summary
-
Method Details
-
response
-
problem
-
unknown
-
isResponse
public boolean isResponse()- Specified by:
isResponsein interfaceApiEntity<T>- Returns:
- true if there is a response, false otherwise; always returns the opposite of
ApiEntity.isProblem()
-