public class CreateOptionsFluentImpl<A extends CreateOptionsFluent<A>> extends BaseFluent<A> implements CreateOptionsFluent<A>
_visitables, VISIT
Constructor and Description |
---|
CreateOptionsFluentImpl() |
CreateOptionsFluentImpl(CreateOptions instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public CreateOptionsFluentImpl()
public CreateOptionsFluentImpl(CreateOptions instance)
public String getApiVersion()
getApiVersion
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A addToDryRun(Integer index, String item)
addToDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A setToDryRun(Integer index, String item)
setToDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A addToDryRun(String... items)
addToDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A addAllToDryRun(Collection<String> items)
addAllToDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A removeFromDryRun(String... items)
removeFromDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A removeAllFromDryRun(Collection<String> items)
removeAllFromDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public List<String> getDryRun()
getDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public String getDryRun(Integer index)
getDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public String getFirstDryRun()
getFirstDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public String getLastDryRun()
getLastDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public String getMatchingDryRun(Predicate<String> predicate)
getMatchingDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public Boolean hasMatchingDryRun(Predicate<String> predicate)
hasMatchingDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A withDryRun(List<String> dryRun)
withDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A withDryRun(String... dryRun)
withDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public Boolean hasDryRun()
hasDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A addNewDryRun(String arg0)
addNewDryRun
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public String getFieldManager()
getFieldManager
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A withFieldManager(String fieldManager)
withFieldManager
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public Boolean hasFieldManager()
hasFieldManager
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
@Deprecated public A withNewFieldManager(String arg0)
withNewFieldManager
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public String getKind()
getKind
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public A withKind(String kind)
withKind
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
public Boolean hasKind()
hasKind
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
@Deprecated public A withNewKind(String arg0)
withNewKind
in interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.