Class ChangeCommunityRequest
Object
ChangeCommunityRequest
- All Implemented Interfaces:
Serializable
The properties of the community to be changed.
Only properties that are specified in this request and have not null values are updated.
All other properties are ignored.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe new description for the community.getId()Required. The ID of the community to be changed.getName()The new name for the community.The ID of the new parent community for the community.Whether scopes assigned to community and its children should be removed on move if there are any inherited scopes in new parent community.inthashCode()voidsetDescription(String description) The new description for the community.voidRequired. The ID of the community to be changed.voidThe new name for the community.voidsetParentId(UUID parentId) The ID of the new parent community for the community.voidsetRemoveScopeOverlapOnMove(Boolean removeScopeOverlapOnMove) Whether scopes assigned to community and its children should be removed on move if there are any inherited scopes in new parent community.toString()
-
Constructor Details
-
ChangeCommunityRequest
public ChangeCommunityRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the community to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getParentId
The ID of the new parent community for the community. -
getName
The new name for the community. -
getDescription
The new description for the community. -
getRemoveScopeOverlapOnMove
Whether scopes assigned to community and its children should be removed on move if there are any inherited scopes in new parent community. -
setId
Required. The ID of the community to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setParentId
The ID of the new parent community for the community. -
setName
The new name for the community. -
setDescription
The new description for the community. -
setRemoveScopeOverlapOnMove
Whether scopes assigned to community and its children should be removed on move if there are any inherited scopes in new parent community. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-