Package org.apache.olingo.odata2.api.ep
Class EntityProviderBatchProperties
- java.lang.Object
-
- org.apache.olingo.odata2.api.ep.EntityProviderBatchProperties
-
public class EntityProviderBatchProperties extends Object
TheEntityProviderBatchPropertiescontains necessary informations to parse a Batch Request body.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder
-
Constructor Summary
Constructors Constructor Description EntityProviderBatchProperties()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PathInfogetPathInfo()static EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilderinit()booleanisStrict()
-
-
-
Method Detail
-
init
public static EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder init()
-
getPathInfo
public PathInfo getPathInfo()
-
isStrict
public boolean isStrict()
-
-