public abstract class AbstractProjectRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractProjectRequest.AbstractBuilder<B extends AbstractProjectRequest.AbstractBuilder> |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey() |
String |
getName() |
String |
getNamespace() |
boolean |
isPublic() |
@Nullable public String getDescription()
@Nonnull public String getKey()
@Nullable public String getNamespace()
public boolean isPublic()
true
if the project will be made publicly accessible, false
otherwise.Copyright © 2019 Atlassian. All rights reserved.