public class RepositoryImportStatusFluentImpl<A extends RepositoryImportStatusFluent<A>> extends BaseFluent<A> implements RepositoryImportStatusFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
RepositoryImportStatusFluentImpl.ImagesNestedImpl<N> |
class |
RepositoryImportStatusFluentImpl.StatusNestedImpl<N> |
RepositoryImportStatusFluent.ImagesNested<N>, RepositoryImportStatusFluent.StatusNested<N>
_visitables
Constructor and Description |
---|
RepositoryImportStatusFluentImpl() |
RepositoryImportStatusFluentImpl(RepositoryImportStatus instance) |
public RepositoryImportStatusFluentImpl()
public RepositoryImportStatusFluentImpl(RepositoryImportStatus instance)
public A addToAdditionalTags(int index, java.lang.String item)
addToAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A setToAdditionalTags(int index, java.lang.String item)
setToAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addToAdditionalTags(java.lang.String... items)
addToAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addAllToAdditionalTags(java.util.Collection<java.lang.String> items)
addAllToAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A removeFromAdditionalTags(java.lang.String... items)
removeFromAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A removeAllFromAdditionalTags(java.util.Collection<java.lang.String> items)
removeAllFromAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.util.List<java.lang.String> getAdditionalTags()
getAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.String getAdditionalTag(int index)
getAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.String getFirstAdditionalTag()
getFirstAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.String getLastAdditionalTag()
getLastAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.String getMatchingAdditionalTag(Predicate<java.lang.String> predicate)
getMatchingAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.Boolean hasMatchingAdditionalTag(Predicate<java.lang.String> predicate)
hasMatchingAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A withAdditionalTags(java.util.List<java.lang.String> additionalTags)
withAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A withAdditionalTags(java.lang.String... additionalTags)
withAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.Boolean hasAdditionalTags()
hasAdditionalTags
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addNewAdditionalTag(java.lang.String arg1)
addNewAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addNewAdditionalTag(java.lang.StringBuilder arg1)
addNewAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addNewAdditionalTag(java.lang.StringBuffer arg1)
addNewAdditionalTag
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addToImages(int index, ImageImportStatus item)
addToImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A setToImages(int index, ImageImportStatus item)
setToImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addToImages(ImageImportStatus... items)
addToImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A addAllToImages(java.util.Collection<ImageImportStatus> items)
addAllToImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A removeFromImages(ImageImportStatus... items)
removeFromImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A removeAllFromImages(java.util.Collection<ImageImportStatus> items)
removeAllFromImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
@Deprecated public java.util.List<ImageImportStatus> getImages()
getImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.util.List<ImageImportStatus> buildImages()
buildImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public ImageImportStatus buildImage(int index)
buildImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public ImageImportStatus buildFirstImage()
buildFirstImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public ImageImportStatus buildLastImage()
buildLastImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public ImageImportStatus buildMatchingImage(Predicate<ImageImportStatusBuilder> predicate)
buildMatchingImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.Boolean hasMatchingImage(Predicate<ImageImportStatusBuilder> predicate)
hasMatchingImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A withImages(java.util.List<ImageImportStatus> images)
withImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A withImages(ImageImportStatus... images)
withImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.Boolean hasImages()
hasImages
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.ImagesNested<A> addNewImage()
addNewImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.ImagesNested<A> addNewImageLike(ImageImportStatus item)
addNewImageLike
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.ImagesNested<A> setNewImageLike(int index, ImageImportStatus item)
setNewImageLike
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.ImagesNested<A> editImage(int index)
editImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.ImagesNested<A> editFirstImage()
editFirstImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.ImagesNested<A> editLastImage()
editLastImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.ImagesNested<A> editMatchingImage(Predicate<ImageImportStatusBuilder> predicate)
editMatchingImage
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
@Deprecated public Status getStatus()
getStatus
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public Status buildStatus()
buildStatus
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public A withStatus(Status status)
withStatus
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public java.lang.Boolean hasStatus()
hasStatus
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.StatusNested<A> withNewStatus()
withNewStatus
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.StatusNested<A> withNewStatusLike(Status item)
withNewStatusLike
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.StatusNested<A> editStatus()
editStatus
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public RepositoryImportStatusFluent.StatusNested<A> editOrNewStatusLike(Status item)
editOrNewStatusLike
in interface RepositoryImportStatusFluent<A extends RepositoryImportStatusFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.