Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIScopeDTO
-
Packages that use APIScopeDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIScopeDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIScopeDTO Modifier and Type Method Description APIScopeDTOAPIScopeDTO. scope(ScopeDTO scope)APIScopeDTOAPIScopeDTO. shared(Boolean shared)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type APIScopeDTO Modifier and Type Method Description List<APIScopeDTO>APIDTO. getScopes()Get scopesList<APIScopeDTO>APIProductDTO. getScopes()Get scopesMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type APIScopeDTO Modifier and Type Method Description APIDTOAPIDTO. scopes(List<APIScopeDTO> scopes)APIProductDTOAPIProductDTO. scopes(List<APIScopeDTO> scopes)voidAPIDTO. setScopes(List<APIScopeDTO> scopes)voidAPIProductDTO. setScopes(List<APIScopeDTO> scopes)
-