public abstract class GroupValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupValue.Builder |
| Constructor and Description |
|---|
GroupValue() |
| Modifier and Type | Method and Description |
|---|---|
static GroupValue.Builder |
builder() |
abstract String |
getDescription() |
abstract String |
getLabel() |
abstract String |
getName() |
abstract com.google.common.collect.ImmutableList<RoleValue> |
getRoles() |
abstract PackageValue |
getRootPackage() |
abstract boolean |
isPublic() |
public abstract String getName()
public abstract String getLabel()
public abstract boolean isPublic()
public abstract com.google.common.collect.ImmutableList<RoleValue> getRoles()
public abstract PackageValue getRootPackage()
public static GroupValue.Builder builder()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.