Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ScopeDTO
-
Packages that use ScopeDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ScopeDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ScopeDTO Modifier and Type Method Description ScopeDTOScopesApi. addSharedScope(ScopeDTO scopeDTO)Add a New Shared Scope This operation can be used to add a new Shared Scope.ScopeDTOScopesApi. getSharedScope(String scopeId)Get a Shared Scope by Scope Id This operation can be used to retrieve details of a Shared Scope by a given scope Id.ScopeDTOScopesApi. updateSharedScope(String scopeId, ScopeDTO scopeDTO)Update a Shared Scope This operation can be used to update a Shared Scope by a given scope Id.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ScopeDTO Modifier and Type Method Description ApiResponse<ScopeDTO>ScopesApi. addSharedScopeWithHttpInfo(ScopeDTO scopeDTO)Add a New Shared Scope This operation can be used to add a new Shared Scope.ApiResponse<ScopeDTO>ScopesApi. getSharedScopeWithHttpInfo(String scopeId)Get a Shared Scope by Scope Id This operation can be used to retrieve details of a Shared Scope by a given scope Id.ApiResponse<ScopeDTO>ScopesApi. updateSharedScopeWithHttpInfo(String scopeId, ScopeDTO scopeDTO)Update a Shared Scope This operation can be used to update a Shared Scope by a given scope Id.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type ScopeDTO Modifier and Type Method Description ScopeDTOScopesApi. addSharedScope(ScopeDTO scopeDTO)Add a New Shared Scope This operation can be used to add a new Shared Scope.okhttp3.CallScopesApi. addSharedScopeAsync(ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback)Add a New Shared Scope (asynchronously) This operation can be used to add a new Shared Scope.okhttp3.CallScopesApi. addSharedScopeCall(ScopeDTO scopeDTO, ApiCallback _callback)Build call for addSharedScopeApiResponse<ScopeDTO>ScopesApi. addSharedScopeWithHttpInfo(ScopeDTO scopeDTO)Add a New Shared Scope This operation can be used to add a new Shared Scope.ScopeDTOScopesApi. updateSharedScope(String scopeId, ScopeDTO scopeDTO)Update a Shared Scope This operation can be used to update a Shared Scope by a given scope Id.okhttp3.CallScopesApi. updateSharedScopeAsync(String scopeId, ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback)Update a Shared Scope (asynchronously) This operation can be used to update a Shared Scope by a given scope Id.okhttp3.CallScopesApi. updateSharedScopeCall(String scopeId, ScopeDTO scopeDTO, ApiCallback _callback)Build call for updateSharedScopeApiResponse<ScopeDTO>ScopesApi. updateSharedScopeWithHttpInfo(String scopeId, ScopeDTO scopeDTO)Update a Shared Scope This operation can be used to update a Shared Scope by a given scope Id.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ScopeDTO Modifier and Type Method Description okhttp3.CallScopesApi. addSharedScopeAsync(ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback)Add a New Shared Scope (asynchronously) This operation can be used to add a new Shared Scope.okhttp3.CallScopesApi. getSharedScopeAsync(String scopeId, ApiCallback<ScopeDTO> _callback)Get a Shared Scope by Scope Id (asynchronously) This operation can be used to retrieve details of a Shared Scope by a given scope Id.okhttp3.CallScopesApi. updateSharedScopeAsync(String scopeId, ScopeDTO scopeDTO, ApiCallback<ScopeDTO> _callback)Update a Shared Scope (asynchronously) This operation can be used to update a Shared Scope by a given scope Id. -
Uses of ScopeDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ScopeDTO Modifier and Type Method Description ScopeDTOScopeDTO. bindings(List<String> bindings)ScopeDTOScopeDTO. description(String description)ScopeDTOScopeDTO. displayName(String displayName)ScopeDTOAPIScopeDTO. getScope()Get scopeScopeDTOScopeDTO. id(String id)ScopeDTOScopeDTO. name(String name)ScopeDTOScopeDTO. usageCount(Integer usageCount)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ScopeDTO Modifier and Type Method Description List<ScopeDTO>ScopeListDTO. getList()Get listMethods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type ScopeDTO Modifier and Type Method Description APIScopeDTOAPIScopeDTO. scope(ScopeDTO scope)voidAPIScopeDTO. setScope(ScopeDTO scope)Method parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ScopeDTO Modifier and Type Method Description ScopeListDTOScopeListDTO. list(List<ScopeDTO> list)voidScopeListDTO. setList(List<ScopeDTO> list)
-