public class GroupVersionResourceFluentImpl<A extends GroupVersionResourceFluent<A>> extends BaseFluent<A> implements GroupVersionResourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
GroupVersionResourceFluentImpl() |
GroupVersionResourceFluentImpl(GroupVersionResource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroup() |
String |
getResource() |
String |
getVersion() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasResource() |
Boolean |
hasVersion() |
A |
withGroup(String group) |
A |
withNewGroup(String arg0)
Deprecated.
|
A |
withNewResource(String arg0)
Deprecated.
|
A |
withNewVersion(String arg0)
Deprecated.
|
A |
withResource(String resource) |
A |
withVersion(String version) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public GroupVersionResourceFluentImpl()
public GroupVersionResourceFluentImpl(GroupVersionResource instance)
public String getGroup()
getGroup
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public A withGroup(String group)
withGroup
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public Boolean hasGroup()
hasGroup
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
@Deprecated public A withNewGroup(String arg0)
withNewGroup
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public String getResource()
getResource
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public A withResource(String resource)
withResource
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public Boolean hasResource()
hasResource
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
@Deprecated public A withNewResource(String arg0)
withNewResource
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public String getVersion()
getVersion
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public A withVersion(String version)
withVersion
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
public Boolean hasVersion()
hasVersion
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
@Deprecated public A withNewVersion(String arg0)
withNewVersion
in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.