Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIOperationsDTO
-
Packages that use APIOperationsDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIOperationsDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIOperationsDTO Modifier and Type Method Description APIOperationsDTOAPIOperationsDTO. amznResourceName(String amznResourceName)APIOperationsDTOAPIOperationsDTO. amznResourceTimeout(Integer amznResourceTimeout)APIOperationsDTOAPIOperationsDTO. authType(String authType)APIOperationsDTOAPIOperationsDTO. id(String id)APIOperationsDTOAPIOperationsDTO. operationPolicies(APIOperationPoliciesDTO operationPolicies)APIOperationsDTOAPIOperationsDTO. payloadSchema(String payloadSchema)APIOperationsDTOAPIOperationsDTO. scopes(List<String> scopes)APIOperationsDTOAPIOperationsDTO. target(String target)APIOperationsDTOAPIOperationsDTO. throttlingPolicy(String throttlingPolicy)APIOperationsDTOAPIOperationsDTO. uriMapping(String uriMapping)APIOperationsDTOAPIOperationsDTO. usedProductIds(List<String> usedProductIds)APIOperationsDTOAPIOperationsDTO. verb(String verb)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type APIOperationsDTO Modifier and Type Method Description List<APIOperationsDTO>APIDTO. getOperations()Get operationsList<APIOperationsDTO>GraphQLValidationResponseGraphQLInfoDTO. getOperations()Get operationsList<APIOperationsDTO>ProductAPIDTO. getOperations()Get operationsMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type APIOperationsDTO Modifier and Type Method Description APIDTOAPIDTO. operations(List<APIOperationsDTO> operations)GraphQLValidationResponseGraphQLInfoDTOGraphQLValidationResponseGraphQLInfoDTO. operations(List<APIOperationsDTO> operations)ProductAPIDTOProductAPIDTO. operations(List<APIOperationsDTO> operations)voidAPIDTO. setOperations(List<APIOperationsDTO> operations)voidGraphQLValidationResponseGraphQLInfoDTO. setOperations(List<APIOperationsDTO> operations)voidProductAPIDTO. setOperations(List<APIOperationsDTO> operations)
-