public static class ExpandedRestrictionProperties.Builder
extends java.lang.Object
ExpandedRestrictionProperties.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExpandedRestrictionProperties.Builder |
addReadGroups()
This method adds "read.restrictions.group" as a property to be expanded.
|
ExpandedRestrictionProperties.Builder |
addReadUsers()
This method adds "read.restrictions.user" as a property to be expanded.
|
ExpandedRestrictionProperties.Builder |
addUpdateGroups()
This method adds "update.restrictions.group as a property to be expanded.
|
ExpandedRestrictionProperties.Builder |
addUpdateUsers()
This method adds "update.restrictions.user" as a property to be expanded.
|
ExpandedRestrictionProperties |
build()
This method creates an instance of
ExpandedRestrictionProperties using the values
that were set on this instance. |
public ExpandedRestrictionProperties.Builder addReadUsers()
public ExpandedRestrictionProperties.Builder addReadGroups()
public ExpandedRestrictionProperties.Builder addUpdateUsers()
public ExpandedRestrictionProperties.Builder addUpdateGroups()
public ExpandedRestrictionProperties build()
ExpandedRestrictionProperties using the values
that were set on this instance.ExpandedRestrictionProperties with the values set on this
instance.