public class AzureFileVolumeSourceFluentImpl<A extends AzureFileVolumeSourceFluent<A>> extends BaseFluent<A> implements AzureFileVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
AzureFileVolumeSourceFluentImpl() |
AzureFileVolumeSourceFluentImpl(AzureFileVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getReadOnly() |
String |
getSecretName() |
String |
getShareName() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasReadOnly() |
Boolean |
hasSecretName() |
Boolean |
hasShareName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNewSecretName(String arg0)
Deprecated.
|
A |
withNewShareName(String arg0)
Deprecated.
|
A |
withReadOnly(Boolean readOnly) |
A |
withSecretName(String secretName) |
A |
withShareName(String shareName) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic AzureFileVolumeSourceFluentImpl()
public AzureFileVolumeSourceFluentImpl(AzureFileVolumeSource instance)
public Boolean getReadOnly()
getReadOnly in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public String getSecretName()
getSecretName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public A withSecretName(String secretName)
withSecretName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public Boolean hasSecretName()
hasSecretName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>@Deprecated public A withNewSecretName(String arg0)
withNewSecretName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public String getShareName()
getShareName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public A withShareName(String shareName)
withShareName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public Boolean hasShareName()
hasShareName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>@Deprecated public A withNewShareName(String arg0)
withNewShareName in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AzureFileVolumeSourceFluent<A extends AzureFileVolumeSourceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.