Class ODataBatchRequestContext
java.lang.Object
org.apache.olingo.client.core.communication.request.batch.ODataBatchRequestContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the contentId and then increments itint
-
Constructor Details
-
ODataBatchRequestContext
public ODataBatchRequestContext()
-
-
Method Details
-
getContentId
public int getContentId() -
getAndIncrementContentId
public int getAndIncrementContentId()Returns the contentId and then increments it- Returns:
- contentId
-