public class Operation extends Object
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizer() |
AuthType |
getAuthType() |
String |
getDocumentation() |
List<ErrorMap> |
getErrors() |
Http |
getHttp() |
Input |
getInput() |
String |
getName() |
Output |
getOutput() |
boolean |
isDeprecated() |
boolean |
requiresApiKey() |
void |
setAuthorizer(String authorizer) |
void |
setAuthType(AuthType authType) |
void |
setDeprecated(boolean deprecated) |
void |
setDocumentation(String documentation) |
void |
setErrors(List<ErrorMap> errors) |
void |
setHttp(Http http) |
void |
setInput(Input input) |
void |
setName(String name) |
void |
setOutput(Output output) |
void |
setRequiresApiKey(boolean requiresApiKey) |
Operation |
withHttp(Http http) |
Operation |
withInput(Input input) |
Operation |
withName(String name) |
public String getName()
public void setName(String name)
public boolean isDeprecated()
public void setDeprecated(boolean deprecated)
public Http getHttp()
public void setHttp(Http http)
public Input getInput()
public void setInput(Input input)
public Output getOutput()
public void setOutput(Output output)
public String getDocumentation()
public void setDocumentation(String documentation)
public AuthType getAuthType()
public void setAuthType(AuthType authType)
public String getAuthorizer()
public void setAuthorizer(String authorizer)
public boolean requiresApiKey()
public void setRequiresApiKey(boolean requiresApiKey)
Copyright © 2018. All rights reserved.