Class ChangeScopeRequest
Object
ChangeScopeRequest
- All Implemented Interfaces:
Serializable
The properties of the scope to be changed.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeScopeRequest.Builder
builder()
protected boolean
boolean
The new list of IDs of communities that should included in the scope.The new description for the scope.The new list of IDs of domains that should included in the scope.getId()
Required. The ID of the scope to be changed.getName()
The new name for the scope.The new public id for the Scope.int
hashCode()
void
setCommunityIds
(List<UUID> communityIds) The new list of IDs of communities that should included in the scope.void
setDescription
(String description) The new description for the scope.void
setDomainIds
(List<UUID> domainIds) The new list of IDs of domains that should included in the scope.void
Required. The ID of the scope to be changed.void
The new name for the scope.void
setPublicId
(String publicId) The new public id for the Scope.toString()
-
Constructor Details
-
ChangeScopeRequest
public ChangeScopeRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the scope to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getPublicId
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. -
getName
The new name for the scope. -
getDescription
The new description for the scope. -
getDomainIds
The new list of IDs of domains that should included in the scope. -
getCommunityIds
The new list of IDs of communities that should included in the scope. -
setId
Required. The ID of the scope to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setPublicId
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. -
setName
The new name for the scope. -
setDescription
The new description for the scope. -
setDomainIds
The new list of IDs of domains that should included in the scope. -
setCommunityIds
The new list of IDs of communities that should included in the scope. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-