Package | Description |
---|---|
org.apache.olingo.client.api.domain |
Modifier and Type | Method and Description |
---|---|
ClientOperation |
ClientProperty.getOperation(String title)
Searches for operation with given title.
|
ClientOperation |
ClientEntitySet.getOperation(String title)
Searches for operation with given title.
|
ClientOperation |
ClientEntity.getOperation(String title)
Searches for operation with given title.
|
Modifier and Type | Method and Description |
---|---|
List<ClientOperation> |
ClientProperty.getOperations()
Gets operations.
|
List<ClientOperation> |
ClientEntitySet.getOperations()
Gets operations.
|
List<ClientOperation> |
ClientEntity.getOperations()
Gets operations.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.