| Modifier and Type | Class and Description |
|---|---|
static class |
GetProxyProperties.Builder |
Operation.BaseBuilder<OP extends Operation,B extends Operation.BaseBuilder<OP,?>>| Constructor and Description |
|---|
GetProxyProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getOptions() |
com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> |
getOutputTypeReference() |
int |
hashCode() |
void |
setOptions(Map<String,String> options) |
Operation |
shallowClone()
Operation implementations should ensure a ShallowClone method is implemented.
|
getClass, notify, notifyAll, toString, wait, wait, waitcastToOutputType, getOutputClass_getNullOrOptions, addOption, asOperationChain, close, getOption, getOption, validate, validateRequiredFieldPresentpublic com.fasterxml.jackson.core.type.TypeReference<Map<String,Object>> getOutputTypeReference()
getOutputTypeReference in interface Output<Map<String,Object>>public Operation shallowClone() throws org.apache.commons.lang3.exception.CloneFailedException
OperationshallowClone in interface Operationorg.apache.commons.lang3.exception.CloneFailedException - if a Clone error occurspublic Map<String,String> getOptions()
getOptions in interface Operationpublic void setOptions(Map<String,String> options)
setOptions in interface Operationoptions - the operation options. This may contain store specific options such as authorisation strings or and
other properties required for the operation to be executed. Note these options will probably not be interpreted
in the same way by every store implementation.Copyright © 2022. All rights reserved.