Class TypeScriptFetchClientCodegen.ExtendedCodegenOperation
- java.lang.Object
-
- org.openapitools.codegen.CodegenOperation
-
- org.openapitools.codegen.languages.TypeScriptFetchClientCodegen.ExtendedCodegenOperation
-
- Enclosing class:
- TypeScriptFetchClientCodegen
public class TypeScriptFetchClientCodegen.ExtendedCodegenOperation extends CodegenOperation
-
-
Field Summary
-
Fields inherited from class org.openapitools.codegen.CodegenOperation
allParams, authMethods, baseName, bodyParam, bodyParams, callbacks, constantParams, consumes, cookieParams, defaultResponse, defaultReturnType, discriminator, examples, externalDocs, formParams, hasAuthMethods, hasConstantParams, hasConsumes, hasDefaultResponse, hasErrorResponseObject, hasOptionalParams, hasParams, hasProduces, hasReference, hasRequiredParams, hasVersionHeaders, hasVersionQueryParams, headerParams, httpMethod, implicitHeadersParams, imports, isArray, isCallbackRequest, isDeprecated, isMap, isMultipart, isResponseBinary, isResponseFile, isResponseOptional, isRestful, isRestfulCreate, isRestfulDestroy, isRestfulIndex, isRestfulShow, isRestfulUpdate, isVoid, nickname, notes, notNullableParams, operationId, operationIdCamelCase, operationIdLowerCase, operationIdOriginal, operationIdSnakeCase, optionalParams, path, pathParams, prioritizedContentTypes, produces, queryParams, requestBodyExamples, requiredAndNotNullableParams, requiredParams, responseHeaders, responses, returnBaseType, returnContainer, returnFormat, returnProperty, returnSimpleType, returnType, returnTypeIsPrimitive, servers, subresourceOperation, summary, tags, unescapedNotes, uniqueItems, vendorExtensions
-
-
Constructor Summary
Constructors Constructor Description ExtendedCodegenOperation(CodegenOperation o)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class org.openapitools.codegen.CodegenOperation
contentTypeToOperation, getAllResponsesAreErrors, getHasBodyOrFormParams, getHasBodyParam, getHasCookieParams, getHasDefaultResponse, getHasExamples, getHasFormParams, getHasHeaderParams, getHasNonBodyParams, getHasNotNullableParams, getHasOptionalParams, getHasPathParams, getHasQueryParams, getHasQueryParamsOrAuth, getHasRequiredAndNotNullableParams, getHasRequiredParams, getHasResponseHeaders, getHasVendorExtensions, isBodyAllowed, isRestful, isRestfulCreate, isRestfulDestroy, isRestfulIndex, isRestfulShow, isRestfulUpdate
-
-
-
-
Constructor Detail
-
ExtendedCodegenOperation
public ExtendedCodegenOperation(CodegenOperation o)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCodegenOperation
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCodegenOperation
-
toString
public String toString()
- Overrides:
toStringin classCodegenOperation
-
-