public class QuobyteVolumeSourceFluentImpl<A extends QuobyteVolumeSourceFluent<A>> extends BaseFluent<A> implements QuobyteVolumeSourceFluent<A>
_visitables| Constructor and Description |
|---|
QuobyteVolumeSourceFluentImpl() |
QuobyteVolumeSourceFluentImpl(QuobyteVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup() |
Boolean |
getReadOnly() |
String |
getRegistry() |
String |
getTenant() |
String |
getUser() |
String |
getVolume() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasReadOnly() |
Boolean |
hasRegistry() |
Boolean |
hasTenant() |
Boolean |
hasUser() |
Boolean |
hasVolume() |
A |
withGroup(String group) |
A |
withNewGroup(byte[] arg1) |
A |
withNewGroup(byte[] arg1,
int arg2) |
A |
withNewGroup(byte[] arg1,
int arg2,
int arg3) |
A |
withNewGroup(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewGroup(char[] arg1) |
A |
withNewGroup(char[] arg1,
int arg2,
int arg3) |
A |
withNewGroup(int[] arg1,
int arg2,
int arg3) |
A |
withNewGroup(String arg1) |
A |
withNewGroup(StringBuffer arg1) |
A |
withNewGroup(StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(String arg1) |
A |
withNewRegistry(byte[] arg1) |
A |
withNewRegistry(byte[] arg1,
int arg2) |
A |
withNewRegistry(byte[] arg1,
int arg2,
int arg3) |
A |
withNewRegistry(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewRegistry(char[] arg1) |
A |
withNewRegistry(char[] arg1,
int arg2,
int arg3) |
A |
withNewRegistry(int[] arg1,
int arg2,
int arg3) |
A |
withNewRegistry(String arg1) |
A |
withNewRegistry(StringBuffer arg1) |
A |
withNewRegistry(StringBuilder arg1) |
A |
withNewTenant(byte[] arg1) |
A |
withNewTenant(byte[] arg1,
int arg2) |
A |
withNewTenant(byte[] arg1,
int arg2,
int arg3) |
A |
withNewTenant(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewTenant(char[] arg1) |
A |
withNewTenant(char[] arg1,
int arg2,
int arg3) |
A |
withNewTenant(int[] arg1,
int arg2,
int arg3) |
A |
withNewTenant(String arg1) |
A |
withNewTenant(StringBuffer arg1) |
A |
withNewTenant(StringBuilder arg1) |
A |
withNewUser(byte[] arg1) |
A |
withNewUser(byte[] arg1,
int arg2) |
A |
withNewUser(byte[] arg1,
int arg2,
int arg3) |
A |
withNewUser(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewUser(char[] arg1) |
A |
withNewUser(char[] arg1,
int arg2,
int arg3) |
A |
withNewUser(int[] arg1,
int arg2,
int arg3) |
A |
withNewUser(String arg1) |
A |
withNewUser(StringBuffer arg1) |
A |
withNewUser(StringBuilder arg1) |
A |
withNewVolume(byte[] arg1) |
A |
withNewVolume(byte[] arg1,
int arg2) |
A |
withNewVolume(byte[] arg1,
int arg2,
int arg3) |
A |
withNewVolume(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewVolume(char[] arg1) |
A |
withNewVolume(char[] arg1,
int arg2,
int arg3) |
A |
withNewVolume(int[] arg1,
int arg2,
int arg3) |
A |
withNewVolume(String arg1) |
A |
withNewVolume(StringBuffer arg1) |
A |
withNewVolume(StringBuilder arg1) |
A |
withReadOnly(Boolean readOnly) |
A |
withRegistry(String registry) |
A |
withTenant(String tenant) |
A |
withUser(String user) |
A |
withVolume(String volume) |
public QuobyteVolumeSourceFluentImpl()
public QuobyteVolumeSourceFluentImpl(QuobyteVolumeSource instance)
public String getGroup()
getGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withGroup(String group)
withGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public Boolean hasGroup()
hasGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(StringBuilder arg1)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(int[] arg1, int arg2, int arg3)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(char[] arg1)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(StringBuffer arg1)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(byte[] arg1, int arg2)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(byte[] arg1)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(char[] arg1, int arg2, int arg3)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(byte[] arg1, int arg2, int arg3)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(byte[] arg1, int arg2, int arg3, int arg4)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewGroup(String arg1)
withNewGroup in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public Boolean getReadOnly()
getReadOnly in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewReadOnly(String arg1)
withNewReadOnly in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewReadOnly(boolean arg1)
withNewReadOnly in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public String getRegistry()
getRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withRegistry(String registry)
withRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public Boolean hasRegistry()
hasRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(StringBuilder arg1)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(int[] arg1, int arg2, int arg3)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(char[] arg1)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(StringBuffer arg1)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(byte[] arg1, int arg2)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(byte[] arg1)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(char[] arg1, int arg2, int arg3)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(byte[] arg1, int arg2, int arg3)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(byte[] arg1, int arg2, int arg3, int arg4)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewRegistry(String arg1)
withNewRegistry in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public String getTenant()
getTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withTenant(String tenant)
withTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public Boolean hasTenant()
hasTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(StringBuilder arg1)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(int[] arg1, int arg2, int arg3)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(char[] arg1)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(StringBuffer arg1)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(byte[] arg1, int arg2)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(byte[] arg1)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(char[] arg1, int arg2, int arg3)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(byte[] arg1, int arg2, int arg3)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(byte[] arg1, int arg2, int arg3, int arg4)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewTenant(String arg1)
withNewTenant in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public String getUser()
getUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withUser(String user)
withUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public Boolean hasUser()
hasUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(StringBuilder arg1)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(int[] arg1, int arg2, int arg3)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(char[] arg1)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(StringBuffer arg1)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(byte[] arg1, int arg2)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(byte[] arg1)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(char[] arg1, int arg2, int arg3)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(byte[] arg1, int arg2, int arg3)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(byte[] arg1, int arg2, int arg3, int arg4)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewUser(String arg1)
withNewUser in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public String getVolume()
getVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withVolume(String volume)
withVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public Boolean hasVolume()
hasVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(StringBuilder arg1)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(int[] arg1, int arg2, int arg3)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(char[] arg1)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(StringBuffer arg1)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(byte[] arg1, int arg2)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(byte[] arg1)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(char[] arg1, int arg2, int arg3)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(byte[] arg1, int arg2, int arg3)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(byte[] arg1, int arg2, int arg3, int arg4)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>public A withNewVolume(String arg1)
withNewVolume in interface QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.