Interface ClientProperty

All Superinterfaces:
ClientAnnotatable, ClientInvokeResult, ClientValuable

public interface ClientProperty extends ClientInvokeResult, ClientAnnotatable, ClientValuable
OData entity property.
  • Method Details

    • getName

      String getName()
      Returns property name.
      Returns:
      property name.
    • getOperation

      ClientOperation getOperation(String title)
      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.