Class Project
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.project.Project
-
- All Implemented Interfaces:
ErrorsHolder,LinksHolder
public abstract class Project extends Object implements ErrorsHolder, LinksHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean_public()static Projectcreate(String key, int id, String name, String description, boolean _public, String type, Links links, List<Error> errors)abstract Stringdescription()abstract intid()abstract Stringkey()abstract Stringname()abstract Stringtype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.ErrorsHolder
errors
-
Methods inherited from interface com.cdancy.bitbucket.rest.domain.common.LinksHolder
links
-
-