public interface ClientProperty extends ClientInvokeResult, ClientAnnotatable, ClientValuable
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns property name.
|
ClientOperation |
getOperation(String title)
Searches for operation with given title.
|
List<ClientOperation> |
getOperations()
Gets operations.
|
getAnnotations
getCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasNullValue, hasPrimitiveValue
String getName()
ClientOperation getOperation(String title)
title
- operation to look forList<ClientOperation> getOperations()
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.