public class APIGroupListFluentImpl<A extends APIGroupListFluent<A>> extends BaseFluent<A> implements APIGroupListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
APIGroupListFluentImpl.GroupsNestedImpl<N> |
APIGroupListFluent.GroupsNested<N>_visitables| Constructor and Description |
|---|
APIGroupListFluentImpl() |
APIGroupListFluentImpl(APIGroupList instance) |
public APIGroupListFluentImpl()
public APIGroupListFluentImpl(APIGroupList instance)
public String getApiVersion()
getApiVersion in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withNewApiVersion(String arg1)
withNewApiVersion in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A addToGroups(int index, APIGroup item)
addToGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A setToGroups(int index, APIGroup item)
setToGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A addToGroups(APIGroup... items)
addToGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A addAllToGroups(Collection<APIGroup> items)
addAllToGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A removeFromGroups(APIGroup... items)
removeFromGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A removeAllFromGroups(Collection<APIGroup> items)
removeAllFromGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A removeMatchingFromGroups(Predicate<APIGroupBuilder> predicate)
removeMatchingFromGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>@Deprecated public List<APIGroup> getGroups()
getGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public List<APIGroup> buildGroups()
buildGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroup buildGroup(int index)
buildGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroup buildFirstGroup()
buildFirstGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroup buildLastGroup()
buildLastGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroup buildMatchingGroup(Predicate<APIGroupBuilder> predicate)
buildMatchingGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public Boolean hasMatchingGroup(Predicate<APIGroupBuilder> predicate)
hasMatchingGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withGroups(List<APIGroup> groups)
withGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withGroups(APIGroup... groups)
withGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public Boolean hasGroups()
hasGroups in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroupListFluent.GroupsNested<A> addNewGroup()
addNewGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroupListFluent.GroupsNested<A> addNewGroupLike(APIGroup item)
addNewGroupLike in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroupListFluent.GroupsNested<A> setNewGroupLike(int index, APIGroup item)
setNewGroupLike in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroupListFluent.GroupsNested<A> editGroup(int index)
editGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroupListFluent.GroupsNested<A> editFirstGroup()
editFirstGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroupListFluent.GroupsNested<A> editLastGroup()
editLastGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public APIGroupListFluent.GroupsNested<A> editMatchingGroup(Predicate<APIGroupBuilder> predicate)
editMatchingGroup in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public String getKind()
getKind in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withKind(String kind)
withKind in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public Boolean hasKind()
hasKind in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withNewKind(String arg1)
withNewKind in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface APIGroupListFluent<A extends APIGroupListFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface APIGroupListFluent<A extends APIGroupListFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.