public abstract class

AbstractProjectRequest

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.project.AbstractProjectRequest
Known Direct Subclasses

Summary

Nested Classes
class AbstractProjectRequest.AbstractBuilder<B extends AbstractBuilder>  
Public Methods
@Nullable String getDescription()
@Nonnull String getKey()
@Nonnull String getName()
@Nullable String getNamespace()
boolean isPublic()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nullable public String getDescription ()

Returns
  • an optional description for the project

@Nonnull public String getKey ()

Returns
  • the unique key to identify the project, always stored in uppercase

@Nonnull public String getName ()

Returns
  • the unique name for the project

@Nullable public String getNamespace ()

Returns
  • the namespace for the project

public boolean isPublic ()

Returns
  • true if the project will be made publicly accessible, false otherwise.