public class AddPageFluentImpl<A extends AddPageFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AddPageFluent<A>
| Constructor and Description |
|---|
AddPageFluentImpl() |
AddPageFluentImpl(AddPage instance) |
public AddPageFluentImpl()
public AddPageFluentImpl(AddPage instance)
public A addToDisabledActions(Integer index, String item)
addToDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public A setToDisabledActions(Integer index, String item)
setToDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public A addToDisabledActions(String... items)
addToDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public A addAllToDisabledActions(Collection<String> items)
addAllToDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public A removeFromDisabledActions(String... items)
removeFromDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public A removeAllFromDisabledActions(Collection<String> items)
removeAllFromDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public List<String> getDisabledActions()
getDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public String getDisabledAction(Integer index)
getDisabledAction in interface AddPageFluent<A extends AddPageFluent<A>>public String getFirstDisabledAction()
getFirstDisabledAction in interface AddPageFluent<A extends AddPageFluent<A>>public String getLastDisabledAction()
getLastDisabledAction in interface AddPageFluent<A extends AddPageFluent<A>>public String getMatchingDisabledAction(Predicate<String> predicate)
getMatchingDisabledAction in interface AddPageFluent<A extends AddPageFluent<A>>public Boolean hasMatchingDisabledAction(Predicate<String> predicate)
hasMatchingDisabledAction in interface AddPageFluent<A extends AddPageFluent<A>>public A withDisabledActions(List<String> disabledActions)
withDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public A withDisabledActions(String... disabledActions)
withDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public Boolean hasDisabledActions()
hasDisabledActions in interface AddPageFluent<A extends AddPageFluent<A>>public A addNewDisabledAction(String arg0)
addNewDisabledAction in interface AddPageFluent<A extends AddPageFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AddPageFluent<A extends AddPageFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AddPageFluent<A extends AddPageFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AddPageFluent<A extends AddPageFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AddPageFluent<A extends AddPageFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AddPageFluent<A extends AddPageFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AddPageFluent<A extends AddPageFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AddPageFluent<A extends AddPageFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.