public class RestGroup extends AbstractRestModel
Modifier and Type | Class and Description |
---|---|
static class |
RestGroup.Builder |
self
Constructor and Description |
---|
RestGroup() |
RestGroup(String name) |
RestGroup(String name,
boolean editable) |
Modifier and Type | Method and Description |
---|---|
static RestGroup.Builder |
builder() |
String |
getName() |
boolean |
isEditable() |
getSelf, setSelf
public RestGroup()
public RestGroup(String name, boolean editable)
public RestGroup(String name)
public String getName()
public boolean isEditable()
public static RestGroup.Builder builder()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.