Uses of Class
org.apache.olingo.odata2.api.edm.EdmContentKind
-
Packages that use EdmContentKind Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of EdmContentKind in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmContentKind Modifier and Type Method Description EdmContentKindEdmCustomizableFeedMappings. getFcContentKind()Get the content kindstatic EdmContentKindEdmContentKind. valueOf(String name)Returns the enum constant of this type with the specified name.static EdmContentKind[]EdmContentKind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EdmContentKind in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return EdmContentKind Modifier and Type Method Description EdmContentKindCustomizableFeedMappings. getFcContentKind()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmContentKind Modifier and Type Method Description CustomizableFeedMappingsCustomizableFeedMappings. setFcContentKind(EdmContentKind fcContentKind)Sets theEdmContentKind.
-