| Package | Description |
|---|---|
| org.apache.olingo.client.api.domain | |
| org.apache.olingo.client.core.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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientOperation |
ClientPropertyImpl.getOperation(String title) |
ClientOperation |
ClientEntitySetImpl.getOperation(String title) |
ClientOperation |
ClientEntityImpl.getOperation(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientOperation> |
ClientPropertyImpl.getOperations()
Gets operations.
|
List<ClientOperation> |
ClientEntitySetImpl.getOperations()
Gets operations.
|
List<ClientOperation> |
ClientEntityImpl.getOperations()
Gets operations.
|
Copyright © 2023. All rights reserved.