Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ScopeDTO
Packages that use ScopeDTO
Package
Description
-
Uses of ScopeDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ScopeDTOModifier and TypeMethodDescriptionScopesApi.addSharedScope(ScopeDTO scopeDTO) Add a New Shared Scope This operation can be used to add a new Shared Scope.ScopesApi.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.ScopesApi.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 ScopeDTOModifier and TypeMethodDescriptionScopesApi.addSharedScopeWithHttpInfo(ScopeDTO scopeDTO) Add a New Shared Scope This operation can be used to add a new Shared Scope.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.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 ScopeDTOModifier and TypeMethodDescriptionScopesApi.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 addSharedScopeScopesApi.addSharedScopeWithHttpInfo(ScopeDTO scopeDTO) Add a New Shared Scope This operation can be used to add a new Shared Scope.ScopesApi.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 updateSharedScopeScopesApi.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 ScopeDTOModifier and TypeMethodDescriptionokhttp3.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 ScopeDTOModifier and TypeMethodDescriptionScopeDTO.description(String description) ScopeDTO.displayName(String displayName) APIScopeDTO.getScope()Get scopeMCPServerScopeDTO.getScope()Get scopeScopeDTO.usageCount(Integer usageCount) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ScopeDTOMethods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type ScopeDTOModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ScopeDTO