Uses of Class
io.fabric8.knative.flows.v1.Sequence
-
Packages that use Sequence Package Description io.fabric8.knative.flows.v1 -
-
Uses of Sequence in io.fabric8.knative.flows.v1
Subclasses of Sequence in io.fabric8.knative.flows.v1 Modifier and Type Class Description classEditableSequenceMethods in io.fabric8.knative.flows.v1 that return Sequence Modifier and Type Method Description SequenceSequenceListFluent. buildFirstItem()SequenceSequenceListFluentImpl. buildFirstItem()SequenceSequenceListFluent. buildItem(int index)SequenceSequenceListFluentImpl. buildItem(int index)SequenceSequenceListFluent. buildLastItem()SequenceSequenceListFluentImpl. buildLastItem()SequenceSequenceListFluent. buildMatchingItem(Predicate<SequenceBuilder> predicate)SequenceSequenceListFluentImpl. buildMatchingItem(Predicate<SequenceBuilder> predicate)Methods in io.fabric8.knative.flows.v1 that return types with arguments of type Sequence Modifier and Type Method Description List<Sequence>SequenceListFluent. buildItems()List<Sequence>SequenceListFluentImpl. buildItems()List<Sequence>SequenceList. getItems()List<Sequence>SequenceListFluent. getItems()Deprecated.List<Sequence>SequenceListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.flows.v1 with parameters of type Sequence Modifier and Type Method Description SequenceListFluent.ItemsNested<A>SequenceListFluent. addNewItemLike(Sequence item)SequenceListFluent.ItemsNested<A>SequenceListFluentImpl. addNewItemLike(Sequence item)ASequenceListFluent. addToItems(int index, Sequence item)ASequenceListFluent. addToItems(Sequence... items)ASequenceListFluentImpl. addToItems(int index, Sequence item)ASequenceListFluentImpl. addToItems(Sequence... items)ASequenceListFluent. removeFromItems(Sequence... items)ASequenceListFluentImpl. removeFromItems(Sequence... items)SequenceListFluent.ItemsNested<A>SequenceListFluent. setNewItemLike(int index, Sequence item)SequenceListFluent.ItemsNested<A>SequenceListFluentImpl. setNewItemLike(int index, Sequence item)ASequenceListFluent. setToItems(int index, Sequence item)ASequenceListFluentImpl. setToItems(int index, Sequence item)ASequenceListFluent. withItems(Sequence... items)ASequenceListFluentImpl. withItems(Sequence... items)Method parameters in io.fabric8.knative.flows.v1 with type arguments of type Sequence Modifier and Type Method Description ASequenceListFluent. addAllToItems(Collection<Sequence> items)ASequenceListFluentImpl. addAllToItems(Collection<Sequence> items)ASequenceListFluent. removeAllFromItems(Collection<Sequence> items)ASequenceListFluentImpl. removeAllFromItems(Collection<Sequence> items)voidSequenceList. setItems(List<Sequence> items)ASequenceListFluent. withItems(List<Sequence> items)ASequenceListFluentImpl. withItems(List<Sequence> items)Constructors in io.fabric8.knative.flows.v1 with parameters of type Sequence Constructor Description SequenceBuilder(Sequence instance)SequenceBuilder(SequenceFluent<?> fluent, Sequence instance)SequenceBuilder(SequenceFluent<?> fluent, Sequence instance, Boolean validationEnabled)SequenceBuilder(Sequence instance, Boolean validationEnabled)SequenceFluentImpl(Sequence instance)Constructor parameters in io.fabric8.knative.flows.v1 with type arguments of type Sequence Constructor Description EditableSequenceList(String apiVersion, List<Sequence> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)SequenceList(String apiVersion, List<Sequence> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-