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 queryStringParamsvoid
setBodyField
(QFieldMetaData bodyField) Setter for bodyFieldvoid
setBodyFieldContentType
(String bodyFieldContentType) Setter for bodyFieldContentTypevoid
setFormParams
(ApiProcessInputFieldsContainer formParams) Setter for formParamsvoid
setPathParams
(ApiProcessInputFieldsContainer pathParams) Setter for pathParamsvoid
setQueryStringParams
(ApiProcessInputFieldsContainer queryStringParams) Setter for queryStringParamsvoid
setRecordBodyParams
(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
-