Package org.apache.olingo.odata2.api.ep
Class EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder
- java.lang.Object
-
- org.apache.olingo.odata2.api.ep.EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder
-
- Enclosing class:
- EntityProviderBatchProperties
public static class EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityProviderBatchPropertiesBuilder()EntityProviderBatchPropertiesBuilder(EntityProviderBatchProperties propertiesFrom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityProviderBatchPropertiesbuild()EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilderpathInfo(PathInfo pathInfo)EntityProviderBatchProperties.EntityProviderBatchPropertiesBuildersetStrict(boolean isStrict)
-
-
-
Constructor Detail
-
EntityProviderBatchPropertiesBuilder
public EntityProviderBatchPropertiesBuilder()
-
EntityProviderBatchPropertiesBuilder
public EntityProviderBatchPropertiesBuilder(EntityProviderBatchProperties propertiesFrom)
-
-
Method Detail
-
pathInfo
public EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder pathInfo(PathInfo pathInfo)
-
setStrict
public EntityProviderBatchProperties.EntityProviderBatchPropertiesBuilder setStrict(boolean isStrict)
-
build
public EntityProviderBatchProperties build()
-
-