public class APIGroupFluentImpl<A extends APIGroupFluent<A>> extends BaseFluent<A> implements APIGroupFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
APIGroupFluentImpl.PreferredVersionNestedImpl<N> |
class |
APIGroupFluentImpl.ServerAddressByClientCIDRsNestedImpl<N> |
class |
APIGroupFluentImpl.VersionsNestedImpl<N> |
APIGroupFluent.PreferredVersionNested<N>, APIGroupFluent.ServerAddressByClientCIDRsNested<N>, APIGroupFluent.VersionsNested<N>_visitables| Constructor and Description |
|---|
APIGroupFluentImpl() |
APIGroupFluentImpl(APIGroup instance) |
public APIGroupFluentImpl()
public APIGroupFluentImpl(APIGroup instance)
public java.lang.String getApiVersion()
getApiVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withApiVersion(java.lang.String apiVersion)
withApiVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasApiVersion()
hasApiVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewApiVersion(java.lang.String arg1)
withNewApiVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewApiVersion(java.lang.StringBuilder arg1)
withNewApiVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewApiVersion(java.lang.StringBuffer arg1)
withNewApiVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.String getKind()
getKind in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withKind(java.lang.String kind)
withKind in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasKind()
hasKind in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewKind(java.lang.String arg1)
withNewKind in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewKind(java.lang.StringBuilder arg1)
withNewKind in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewKind(java.lang.StringBuffer arg1)
withNewKind in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.String getName()
getName in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withName(java.lang.String name)
withName in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasName()
hasName in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewName(java.lang.String arg1)
withNewName in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewName(java.lang.StringBuilder arg1)
withNewName in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewName(java.lang.StringBuffer arg1)
withNewName in interface APIGroupFluent<A extends APIGroupFluent<A>>@Deprecated public GroupVersionForDiscovery getPreferredVersion()
getPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public GroupVersionForDiscovery buildPreferredVersion()
buildPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withPreferredVersion(GroupVersionForDiscovery preferredVersion)
withPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasPreferredVersion()
hasPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withNewPreferredVersion(java.lang.String groupVersion, java.lang.String version)
withNewPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.PreferredVersionNested<A> withNewPreferredVersion()
withNewPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.PreferredVersionNested<A> withNewPreferredVersionLike(GroupVersionForDiscovery item)
withNewPreferredVersionLike in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.PreferredVersionNested<A> editPreferredVersion()
editPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.PreferredVersionNested<A> editOrNewPreferredVersion()
editOrNewPreferredVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.PreferredVersionNested<A> editOrNewPreferredVersionLike(GroupVersionForDiscovery item)
editOrNewPreferredVersionLike in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addToServerAddressByClientCIDRs(int index, ServerAddressByClientCIDR item)
addToServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public A setToServerAddressByClientCIDRs(int index, ServerAddressByClientCIDR item)
setToServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addToServerAddressByClientCIDRs(ServerAddressByClientCIDR... items)
addToServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addAllToServerAddressByClientCIDRs(java.util.Collection<ServerAddressByClientCIDR> items)
addAllToServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public A removeFromServerAddressByClientCIDRs(ServerAddressByClientCIDR... items)
removeFromServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public A removeAllFromServerAddressByClientCIDRs(java.util.Collection<ServerAddressByClientCIDR> items)
removeAllFromServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>@Deprecated public java.util.List<ServerAddressByClientCIDR> getServerAddressByClientCIDRs()
getServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.util.List<ServerAddressByClientCIDR> buildServerAddressByClientCIDRs()
buildServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public ServerAddressByClientCIDR buildServerAddressByClientCIDR(int index)
buildServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public ServerAddressByClientCIDR buildFirstServerAddressByClientCIDR()
buildFirstServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public ServerAddressByClientCIDR buildLastServerAddressByClientCIDR()
buildLastServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public ServerAddressByClientCIDR buildMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)
buildMatchingServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)
hasMatchingServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withServerAddressByClientCIDRs(java.util.List<ServerAddressByClientCIDR> serverAddressByClientCIDRs)
withServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withServerAddressByClientCIDRs(ServerAddressByClientCIDR... serverAddressByClientCIDRs)
withServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasServerAddressByClientCIDRs()
hasServerAddressByClientCIDRs in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addNewServerAddressByClientCIDR(java.lang.String clientCIDR, java.lang.String serverAddress)
addNewServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.ServerAddressByClientCIDRsNested<A> addNewServerAddressByClientCIDR()
addNewServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.ServerAddressByClientCIDRsNested<A> addNewServerAddressByClientCIDRLike(ServerAddressByClientCIDR item)
addNewServerAddressByClientCIDRLike in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.ServerAddressByClientCIDRsNested<A> setNewServerAddressByClientCIDRLike(int index, ServerAddressByClientCIDR item)
setNewServerAddressByClientCIDRLike in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.ServerAddressByClientCIDRsNested<A> editServerAddressByClientCIDR(int index)
editServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.ServerAddressByClientCIDRsNested<A> editFirstServerAddressByClientCIDR()
editFirstServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.ServerAddressByClientCIDRsNested<A> editLastServerAddressByClientCIDR()
editLastServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.ServerAddressByClientCIDRsNested<A> editMatchingServerAddressByClientCIDR(Predicate<ServerAddressByClientCIDRBuilder> predicate)
editMatchingServerAddressByClientCIDR in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addToVersions(int index, GroupVersionForDiscovery item)
addToVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public A setToVersions(int index, GroupVersionForDiscovery item)
setToVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addToVersions(GroupVersionForDiscovery... items)
addToVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addAllToVersions(java.util.Collection<GroupVersionForDiscovery> items)
addAllToVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public A removeFromVersions(GroupVersionForDiscovery... items)
removeFromVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public A removeAllFromVersions(java.util.Collection<GroupVersionForDiscovery> items)
removeAllFromVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>@Deprecated public java.util.List<GroupVersionForDiscovery> getVersions()
getVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.util.List<GroupVersionForDiscovery> buildVersions()
buildVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public GroupVersionForDiscovery buildVersion(int index)
buildVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public GroupVersionForDiscovery buildFirstVersion()
buildFirstVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public GroupVersionForDiscovery buildLastVersion()
buildLastVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public GroupVersionForDiscovery buildMatchingVersion(Predicate<GroupVersionForDiscoveryBuilder> predicate)
buildMatchingVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasMatchingVersion(Predicate<GroupVersionForDiscoveryBuilder> predicate)
hasMatchingVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withVersions(java.util.List<GroupVersionForDiscovery> versions)
withVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public A withVersions(GroupVersionForDiscovery... versions)
withVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public java.lang.Boolean hasVersions()
hasVersions in interface APIGroupFluent<A extends APIGroupFluent<A>>public A addNewVersion(java.lang.String groupVersion, java.lang.String version)
addNewVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.VersionsNested<A> addNewVersion()
addNewVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.VersionsNested<A> addNewVersionLike(GroupVersionForDiscovery item)
addNewVersionLike in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.VersionsNested<A> setNewVersionLike(int index, GroupVersionForDiscovery item)
setNewVersionLike in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.VersionsNested<A> editVersion(int index)
editVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.VersionsNested<A> editFirstVersion()
editFirstVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.VersionsNested<A> editLastVersion()
editLastVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public APIGroupFluent.VersionsNested<A> editMatchingVersion(Predicate<GroupVersionForDiscoveryBuilder> predicate)
editMatchingVersion in interface APIGroupFluent<A extends APIGroupFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.