public class V1alpha1UserMetaFluentImpl<A extends V1alpha1UserMetaFluent<A>> extends BaseFluent<A> implements V1alpha1UserMetaFluent<A>
_visitables| Constructor and Description |
|---|
V1alpha1UserMetaFluentImpl() |
V1alpha1UserMetaFluentImpl(V1alpha1UserMeta instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmail() |
io.kubernetes.client.models.V1ObjectMeta |
getMetadata() |
String |
getUsername() |
Boolean |
hasEmail() |
Boolean |
hasMetadata() |
Boolean |
hasUsername() |
A |
withEmail(String email) |
A |
withMetadata(io.kubernetes.client.models.V1ObjectMeta metadata) |
A |
withNewEmail(String arg1) |
A |
withNewEmail(StringBuffer arg1) |
A |
withNewEmail(StringBuilder arg1) |
A |
withNewUsername(String arg1) |
A |
withNewUsername(StringBuffer arg1) |
A |
withNewUsername(StringBuilder arg1) |
A |
withUsername(String username) |
public V1alpha1UserMetaFluentImpl()
public V1alpha1UserMetaFluentImpl(V1alpha1UserMeta instance)
public String getEmail()
getEmail in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withEmail(String email)
withEmail in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public Boolean hasEmail()
hasEmail in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withNewEmail(String arg1)
withNewEmail in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withNewEmail(StringBuilder arg1)
withNewEmail in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withNewEmail(StringBuffer arg1)
withNewEmail in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public io.kubernetes.client.models.V1ObjectMeta getMetadata()
getMetadata in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withMetadata(io.kubernetes.client.models.V1ObjectMeta metadata)
withMetadata in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public Boolean hasMetadata()
hasMetadata in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public String getUsername()
getUsername in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withUsername(String username)
withUsername in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public Boolean hasUsername()
hasUsername in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withNewUsername(String arg1)
withNewUsername in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withNewUsername(StringBuilder arg1)
withNewUsername in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>public A withNewUsername(StringBuffer arg1)
withNewUsername in interface V1alpha1UserMetaFluent<A extends V1alpha1UserMetaFluent<A>>Copyright © 2020. All rights reserved.