public class V1AzureFileVolumeSourceFluentImpl<A extends V1AzureFileVolumeSourceFluent<A>> extends BaseFluent<A> implements V1AzureFileVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
V1AzureFileVolumeSourceFluentImpl() |
V1AzureFileVolumeSourceFluentImpl(V1AzureFileVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSecretName() |
String |
getShareName() |
Boolean |
hasReadOnly() |
Boolean |
hasSecretName() |
Boolean |
hasShareName() |
Boolean |
isReadOnly() |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(String arg1) |
A |
withNewSecretName(String arg1) |
A |
withNewSecretName(StringBuffer arg1) |
A |
withNewSecretName(StringBuilder arg1) |
A |
withNewShareName(String arg1) |
A |
withNewShareName(StringBuffer arg1) |
A |
withNewShareName(StringBuilder arg1) |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretName(String secretName) |
A |
withShareName(String shareName) |
public V1AzureFileVolumeSourceFluentImpl()
public V1AzureFileVolumeSourceFluentImpl(V1AzureFileVolumeSource instance)
public Boolean isReadOnly()
isReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewReadOnly(String arg1)
withNewReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewReadOnly(boolean arg1)
withNewReadOnly
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public String getSecretName()
getSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withSecretName(String secretName)
withSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public Boolean hasSecretName()
hasSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewSecretName(String arg1)
withNewSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewSecretName(StringBuilder arg1)
withNewSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewSecretName(StringBuffer arg1)
withNewSecretName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public String getShareName()
getShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withShareName(String shareName)
withShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public Boolean hasShareName()
hasShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewShareName(String arg1)
withNewShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewShareName(StringBuilder arg1)
withNewShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
public A withNewShareName(StringBuffer arg1)
withNewShareName
in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>
Copyright © 2019. All rights reserved.