public class AzureFileVolumeSourceFluentImpl<T extends AzureFileVolumeSourceFluent<T>> extends BaseFluent<T> implements AzureFileVolumeSourceFluent<T>
_visitables
Constructor and Description |
---|
AzureFileVolumeSourceFluentImpl() |
AzureFileVolumeSourceFluentImpl(AzureFileVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getSecretName() |
String |
getShareName() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withReadOnly(Boolean readOnly) |
T |
withSecretName(String secretName) |
T |
withShareName(String shareName) |
public AzureFileVolumeSourceFluentImpl()
public AzureFileVolumeSourceFluentImpl(AzureFileVolumeSource instance)
public Boolean isReadOnly()
isReadOnly
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T withReadOnly(Boolean readOnly)
withReadOnly
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public String getSecretName()
getSecretName
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T withSecretName(String secretName)
withSecretName
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public String getShareName()
getShareName
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T withShareName(String shareName)
withShareName
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface AzureFileVolumeSourceFluent<T extends AzureFileVolumeSourceFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.