Class SyncState
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.sync.SyncState
-
- All Implemented Interfaces:
ErrorsHolder
public abstract class SyncState extends Object implements ErrorsHolder
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static SyncStatecreate(String id, String displayId, String state, Boolean tag, List<Error> errors)abstract StringdisplayId()abstract Stringid()abstract Stringstate()abstract Booleantag()-
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
-
-