Uses of Class
com.spotify.github.v3.repos.ImmutablePermissions
-
Packages that use ImmutablePermissions Package Description com.spotify.github.v3.repos -
-
Uses of ImmutablePermissions in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return ImmutablePermissions Modifier and Type Method Description ImmutablePermissionsImmutablePermissions.Builder. build()Builds a newImmutablePermissions.static ImmutablePermissionsImmutablePermissions. copyOf(Permissions instance)Creates an immutable copy of aPermissionsvalue.ImmutablePermissionsImmutablePermissions. withAdmin(Boolean value)Copy the current immutable object by setting a value for theadminattribute.ImmutablePermissionsImmutablePermissions. withPull(Boolean value)Copy the current immutable object by setting a value for thepullattribute.ImmutablePermissionsImmutablePermissions. withPush(Boolean value)Copy the current immutable object by setting a value for thepushattribute.
-