Class operations

java.lang.Object
org.wso2.carbon.tryit.wadl.data.operations

public class operations extends Object
  • Constructor Details

    • operations

      public operations()
  • Method Details

    • getSupportedContentTypes

      public String[] getSupportedContentTypes()
    • setSupportedContentTypes

      public void setSupportedContentTypes(String[] supportedContentTypes)
    • getHttpMethod

      public String getHttpMethod()
    • setHttpMethod

      public void setHttpMethod(String httpMethod)
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getResponseClass

      public String getResponseClass()
    • setResponseClass

      public void setResponseClass(String responseClass)
    • getNickname

      public String getNickname()
    • setNickname

      public void setNickname(String nickname)
    • getParameters

      public List<parameters> getParameters()
    • setParameters

      public void setParameters(List<parameters> parameters)