Class BatchResponsePartImpl
java.lang.Object
org.apache.olingo.odata2.api.batch.BatchResponsePart
org.apache.olingo.odata2.core.batch.BatchResponsePartImpl
- All Implemented Interfaces:
BatchParserResult
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.olingo.odata2.api.batch.BatchResponsePart
BatchResponsePart.BatchResponsePartBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet responses.booleanGet the info if a BatchResponsePart is a ChangeSet responseMethods inherited from class org.apache.olingo.odata2.api.batch.BatchResponsePart
changeSet, newBuilder, responses
-
Constructor Details
-
BatchResponsePartImpl
public BatchResponsePartImpl()
-
-
Method Details
-
getResponses
Description copied from class:BatchResponsePartGet responses. If a BatchResponsePart is a response to a retrieve request, the list consists of one response.- Specified by:
getResponsesin classBatchResponsePart- Returns:
- a list of
ODataResponse
-
isChangeSet
public boolean isChangeSet()Description copied from class:BatchResponsePartGet the info if a BatchResponsePart is a ChangeSet response- Specified by:
isChangeSetin classBatchResponsePart- Returns:
- true or false
-