public class ProjectStatusFluentImpl<A extends ProjectStatusFluent<A>> extends BaseFluent<A> implements ProjectStatusFluent<A>
_visitables| Constructor and Description |
|---|
ProjectStatusFluentImpl() |
ProjectStatusFluentImpl(ProjectStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPhase() |
Boolean |
hasPhase() |
A |
withPhase(String phase) |
public ProjectStatusFluentImpl()
public ProjectStatusFluentImpl(ProjectStatus instance)
public String getPhase()
getPhase in interface ProjectStatusFluent<A extends ProjectStatusFluent<A>>public A withPhase(String phase)
withPhase in interface ProjectStatusFluent<A extends ProjectStatusFluent<A>>public Boolean hasPhase()
hasPhase in interface ProjectStatusFluent<A extends ProjectStatusFluent<A>>Copyright © 2011–2017 Red Hat. All rights reserved.