Uses of Class
com.kingsrook.qqq.backend.module.api.model.metadata.APIBackendMetaData
Packages that use APIBackendMetaData
Package
Description
-
Uses of APIBackendMetaData in com.kingsrook.qqq.backend.module.api.actions
Fields in com.kingsrook.qqq.backend.module.api.actions declared as APIBackendMetaDataModifier and TypeFieldDescriptionprotected APIBackendMetaData
AbstractAPIAction.backendMetaData
protected APIBackendMetaData
BaseAPIActionUtil.backendMetaData
Methods in com.kingsrook.qqq.backend.module.api.actions that return APIBackendMetaDataModifier and TypeMethodDescriptionBaseAPIActionUtil.getBackendMetaData()
Getter for backendMetaDataMethods in com.kingsrook.qqq.backend.module.api.actions with parameters of type APIBackendMetaDataModifier and TypeMethodDescriptionvoid
BaseAPIActionUtil.setBackendMetaData
(APIBackendMetaData backendMetaData) Setter for backendMetaData -
Uses of APIBackendMetaData in com.kingsrook.qqq.backend.module.api.model.metadata
Methods in com.kingsrook.qqq.backend.module.api.model.metadata that return APIBackendMetaDataModifier and TypeMethodDescriptionAPIBackendMetaData.withActionUtil
(QCodeReference actionUtil) Fluent setter for actionUtilAPIBackendMetaData.withApiKey
(String apiKey) Fluent setter for apiKeyAPIBackendMetaData.withApiKeyQueryParamName
(String apiKeyQueryParamName) Fluent setter for apiKeyQueryParamNameAPIBackendMetaData.withAuthorizationType
(AuthorizationType authorizationType) Fluent setter for authorizationTypeAPIBackendMetaData.withBaseUrl
(String baseUrl) Fluent setter for baseUrlAPIBackendMetaData.withClientId
(String clientId) Fluent setter for clientIdAPIBackendMetaData.withClientSecret
(String clientSecret) Fluent setter for clientSecretAPIBackendMetaData.withContentType
(String contentType) Fluent setter for contentTypeAPIBackendMetaData.withCustomValue
(String key, Serializable value) Fluent setter for a single customValueAPIBackendMetaData.withCustomValues
(HashMap<String, Serializable> customValues) Fluent setter for customValuesFluent setter, override to help fluent flowsAPIBackendMetaData.withPassword
(String password) Fluent setter for passwordAPIBackendMetaData.withUsername
(String username) Fluent setter for username