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. | 
getAnnotationsgetCollectionValue, getComplexValue, getEnumValue, getPrimitiveValue, getValue, hasCollectionValue, hasComplexValue, hasEnumValue, hasNullValue, hasPrimitiveValueString getName()
ClientOperation getOperation(String title)
title - operation to look forList<ClientOperation> getOperations()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.