Class ChangeScopeRequest.Builder
Object
Builder
- Enclosing class:
ChangeScopeRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
but()
Deprecated.This method will be removed in the future.communityIds
(List<UUID> communityIds) The new list of IDs of communities that should included in the scope.description
(String description) The new description for the scope.The new list of IDs of domains that should included in the scope.Required. The ID of the scope to be changed.The new name for the scope.The new public id for the Scope.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeScopeRequest.builder()
Clone method for this Builder. -
id
Required. The ID of the scope to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this
.
-
publicId
The new public id for the Scope.It must be unique within all Asset Types, Complex Relation Types, Domain Types and Scopes. It should contain only ASCII letters and digits. It must start with an uppercase ASCII character. It must end with "_C".
WARNING : The public id should only be changed with extreme caution, since it can break existing customizations. The only valid use case is to change it after creation of the type, if no public id was specified, and the generated proposal is not acceptable.- Returns:
this
.
-
name
The new name for the scope.- Returns:
this
.
-
description
The new description for the scope.- Returns:
this
.
-
domainIds
The new list of IDs of domains that should included in the scope.- Returns:
this
.
-
communityIds
The new list of IDs of communities that should included in the scope.- Returns:
this
.
-
build
-
toString
-