Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APIOperationsDTO
-
Packages that use APIOperationsDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APIOperationsDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return APIOperationsDTO Modifier and Type Method Description APIOperationsDTOAPIOperationsDTO. id(String id)APIOperationsDTOAPIOperationsDTO. target(String target)APIOperationsDTOAPIOperationsDTO. verb(String verb)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type APIOperationsDTO Modifier and Type Method Description List<APIOperationsDTO>APIDTO. getOperations()Get operationsMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type APIOperationsDTO Modifier and Type Method Description APIDTOAPIDTO. operations(List<APIOperationsDTO> operations)voidAPIDTO. setOperations(List<APIOperationsDTO> operations)
-