public abstract class Group extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Group.Builder |
Modifier and Type | Method and Description |
---|---|
static Group.Builder |
builder() |
static Group |
create(String id,
String name,
String description,
String domainId,
Link link) |
abstract String |
description() |
abstract String |
domainId() |
abstract String |
id() |
abstract Link |
link() |
abstract String |
name() |
abstract Group.Builder |
toBuilder() |
public abstract String id()
public abstract String name()
public static Group create(String id, String name, String description, String domainId, Link link)
public abstract Group.Builder toBuilder()
public static Group.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.