public class ImageStreamImportSpecFluentImpl<A extends ImageStreamImportSpecFluent<A>> extends BaseFluent<A> implements ImageStreamImportSpecFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
ImageStreamImportSpecFluentImpl.ImagesNestedImpl<N> |
class |
ImageStreamImportSpecFluentImpl.RepositoryNestedImpl<N> |
ImageStreamImportSpecFluent.ImagesNested<N>, ImageStreamImportSpecFluent.RepositoryNested<N>
_visitables
Constructor and Description |
---|
ImageStreamImportSpecFluentImpl() |
ImageStreamImportSpecFluentImpl(ImageStreamImportSpec instance) |
public ImageStreamImportSpecFluentImpl()
public ImageStreamImportSpecFluentImpl(ImageStreamImportSpec instance)
public A addToImages(int index, ImageImportSpec item)
addToImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A setToImages(int index, ImageImportSpec item)
setToImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A addToImages(ImageImportSpec... items)
addToImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A addAllToImages(Collection<ImageImportSpec> items)
addAllToImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A removeFromImages(ImageImportSpec... items)
removeFromImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A removeAllFromImages(Collection<ImageImportSpec> items)
removeAllFromImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
@Deprecated public List<ImageImportSpec> getImages()
getImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public List<ImageImportSpec> buildImages()
buildImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageImportSpec buildImage(int index)
buildImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageImportSpec buildFirstImage()
buildFirstImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageImportSpec buildLastImage()
buildLastImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageImportSpec buildMatchingImage(Predicate<ImageImportSpecBuilder> predicate)
buildMatchingImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public Boolean hasMatchingImage(Predicate<ImageImportSpecBuilder> predicate)
hasMatchingImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A withImages(List<ImageImportSpec> images)
withImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A withImages(ImageImportSpec... images)
withImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public Boolean hasImages()
hasImages
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.ImagesNested<A> addNewImage()
addNewImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.ImagesNested<A> addNewImageLike(ImageImportSpec item)
addNewImageLike
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.ImagesNested<A> setNewImageLike(int index, ImageImportSpec item)
setNewImageLike
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.ImagesNested<A> editImage(int index)
editImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.ImagesNested<A> editFirstImage()
editFirstImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.ImagesNested<A> editLastImage()
editLastImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.ImagesNested<A> editMatchingImage(Predicate<ImageImportSpecBuilder> predicate)
editMatchingImage
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public Boolean isImport()
isImport
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A withImport(Boolean _import)
withImport
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public Boolean hasImport()
hasImport
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A withNewImport(String arg1)
withNewImport
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A withNewImport(boolean arg1)
withNewImport
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
@Deprecated public RepositoryImportSpec getRepository()
getRepository
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public RepositoryImportSpec buildRepository()
buildRepository
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public A withRepository(RepositoryImportSpec repository)
withRepository
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public Boolean hasRepository()
hasRepository
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.RepositoryNested<A> withNewRepository()
withNewRepository
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.RepositoryNested<A> withNewRepositoryLike(RepositoryImportSpec item)
withNewRepositoryLike
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.RepositoryNested<A> editRepository()
editRepository
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.RepositoryNested<A> editOrNewRepository()
editOrNewRepository
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
public ImageStreamImportSpecFluent.RepositoryNested<A> editOrNewRepositoryLike(RepositoryImportSpec item)
editOrNewRepositoryLike
in interface ImageStreamImportSpecFluent<A extends ImageStreamImportSpecFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.