public class Operation extends ExtendedTypedObject
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<AuthorizationScope>> |
getAuthorizations() |
List<String> |
getConsumes() |
Boolean |
getDeprecated() |
Method |
getMethod() |
String |
getNickname() |
String |
getNotes() |
List<Parameter> |
getParameters() |
List<String> |
getProduces() |
List<ResponseMessage> |
getResponseMessages() |
String |
getSummary() |
void |
setAuthorizations(Map<String,List<AuthorizationScope>> authorizations) |
void |
setConsumes(List<String> consumes) |
void |
setDeprecated(Boolean deprecated) |
void |
setMethod(Method method) |
void |
setNickname(String nickname) |
void |
setNotes(String notes) |
void |
setParameters(List<Parameter> parameters) |
void |
setProduces(List<String> produces) |
void |
setResponseMessages(List<ResponseMessage> responseMessages) |
void |
setSummary(String summary) |
String |
toString() |
getDefaultValue, getEnumValues, getItems, getMaximum, getMinimum, getUniqueItems, setDefaultValue, setEnumValues, setItems, setMaximum, setMinimum, setUniqueItemsgetFormat, getRef, getType, setFormat, setRef, setTypeaddExtraField, getExtraFieldspublic Method getMethod()
public void setMethod(Method method)
public String getSummary()
public void setSummary(String summary)
public String getNotes()
public void setNotes(String notes)
public String getNickname()
public void setNickname(String nickname)
public Map<String,List<AuthorizationScope>> getAuthorizations()
public void setAuthorizations(Map<String,List<AuthorizationScope>> authorizations)
public List<ResponseMessage> getResponseMessages()
public void setResponseMessages(List<ResponseMessage> responseMessages)
public Boolean getDeprecated()
public void setDeprecated(Boolean deprecated)
Copyright © 2023. All rights reserved.