Package org.symphonyoss.s2.canon.model
Class ResponseHeader
- java.lang.Object
-
- org.symphonyoss.s2.canon.model.ModelElement
-
- org.symphonyoss.s2.canon.model.AbstractParameter
-
- org.symphonyoss.s2.canon.model.ResponseHeader
-
public class ResponseHeader extends AbstractParameter
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResponseHeadercreate(ModelElement methodSchema, ParserContext paramContext)-
Methods inherited from class org.symphonyoss.s2.canon.model.AbstractParameter
getCanFailValidation, getIsRequired, getSchema, toString
-
Methods inherited from class org.symphonyoss.s2.canon.model.ModelElement
add, add, capitalize, generate, generateChildren, getAttributes, getBaseSchema, getByPath, getCamelCapitalizedName, getCamelName, getChildren, getComponent, getContext, getDescription, getElementComponent, getElementSchema, getElementType, getEnum, getFields, getFormat, getHasByteString, getHasCollections, getHasList, getHasSet, getIsArraySchema, getIsComponent, getIsGenerateBuilderFacade, getIsGenerateFacade, getIsObjectSchema, getIsObjectType, getIsTypeDef, getModel, getName, getParent, getReference, getReferencedTypes, getReferencedTypes, getSchemas, getSchemas, getSnakeCapitalizedName, getSnakeName, getSourceModel, getSummary, resolve, validate
-
-
-
-
Method Detail
-
create
@Nullable public static ResponseHeader create(ModelElement methodSchema, ParserContext paramContext)
-
-