public class WorkspaceDeclarationFluent<A extends WorkspaceDeclarationFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
WorkspaceDeclarationFluent() |
WorkspaceDeclarationFluent(WorkspaceDeclaration instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(WorkspaceDeclaration instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDescription() |
String |
getMountPath() |
String |
getName() |
Boolean |
getOptional() |
Boolean |
getReadOnly() |
boolean |
hasAdditionalProperties() |
boolean |
hasDescription() |
int |
hashCode() |
boolean |
hasMountPath() |
boolean |
hasName() |
boolean |
hasOptional() |
boolean |
hasReadOnly() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDescription(String description) |
A |
withMountPath(String mountPath) |
A |
withName(String name) |
A |
withOptional() |
A |
withOptional(Boolean optional) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
public WorkspaceDeclarationFluent()
public WorkspaceDeclarationFluent(WorkspaceDeclaration instance)
protected void copyInstance(WorkspaceDeclaration instance)
public String getDescription()
public boolean hasDescription()
public String getMountPath()
public boolean hasMountPath()
public String getName()
public boolean hasName()
public Boolean getOptional()
public boolean hasOptional()
public Boolean getReadOnly()
public boolean hasReadOnly()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WorkspaceDeclarationFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WorkspaceDeclarationFluent<A>>public A withOptional()
public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.