Interface ClientProperty
- All Superinterfaces:
ClientAnnotatable
,ClientInvokeResult
,ClientValuable
OData entity property.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns property name.getOperation
(String title) Searches for operation with given title.Gets operations.Methods inherited from interface org.apache.olingo.client.api.domain.ClientAnnotatable
getAnnotations
Methods inherited from interface org.apache.olingo.client.api.domain.ClientValuable
getCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasNullValue, hasPrimitiveValue
-
Method Details
-
getName
String getName()Returns property name.- Returns:
- property name.
-
getOperation
Searches for operation with given title.- Parameters:
title
- operation to look for- Returns:
- operation if found with given title, null otherwise
-
getOperations
List<ClientOperation> getOperations()Gets operations.- Returns:
- operations.
-