Class ApiProcessInput
java.lang.Object
com.kingsrook.qqq.api.model.metadata.processes.ApiProcessInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for bodyFieldGetter for bodyFieldContentTypeGetter for formParamsGetter for recordBodyParamsGetter for pathParamsGetter for queryStringParamsvoidsetBodyField(QFieldMetaData bodyField) Setter for bodyFieldvoidsetBodyFieldContentType(String bodyFieldContentType) Setter for bodyFieldContentTypevoidsetFormParams(ApiProcessInputFieldsContainer formParams) Setter for formParamsvoidsetPathParams(ApiProcessInputFieldsContainer pathParams) Setter for pathParamsvoidsetQueryStringParams(ApiProcessInputFieldsContainer queryStringParams) Setter for queryStringParamsvoidsetRecordBodyParams(ApiProcessInputFieldsContainer recordBodyParams) Setter for recordBodyParamswithBodyField(QFieldMetaData bodyField) Fluent setter for bodyFieldwithBodyFieldContentType(String bodyFieldContentType) Fluent setter for bodyFieldContentTypewithFormParams(ApiProcessInputFieldsContainer formParams) Fluent setter for formParamswithPathParams(ApiProcessInputFieldsContainer pathParams) Fluent setter for pathParamswithQueryStringParams(ApiProcessInputFieldsContainer queryStringParams) Fluent setter for queryStringParamswithRecordBodyParams(ApiProcessInputFieldsContainer recordBodyParams) Fluent setter for recordBodyParams
-
Constructor Details
-
ApiProcessInput
public ApiProcessInput()
-
-
Method Details
-
getRecordIdsParamName
-
getQueryStringParams
Getter for queryStringParams -
setQueryStringParams
Setter for queryStringParams -
withQueryStringParams
Fluent setter for queryStringParams -
getFormParams
Getter for formParams -
setFormParams
Setter for formParams -
withFormParams
Fluent setter for formParams -
getObjectBodyParams
Getter for recordBodyParams -
setRecordBodyParams
Setter for recordBodyParams -
withRecordBodyParams
Fluent setter for recordBodyParams -
getBodyField
Getter for bodyField -
setBodyField
Setter for bodyField -
withBodyField
Fluent setter for bodyField -
getBodyFieldContentType
Getter for bodyFieldContentType -
setBodyFieldContentType
Setter for bodyFieldContentType -
withBodyFieldContentType
Fluent setter for bodyFieldContentType -
getPathParams
Getter for pathParams -
setPathParams
Setter for pathParams -
withPathParams
Fluent setter for pathParams
-