Package com.intercom.input.gallery
Class GalleryImage.Builder
- java.lang.Object
-
- com.intercom.input.gallery.GalleryImage.Builder
-
- Enclosing class:
- GalleryImage
public static final class GalleryImage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GalleryImagebuild()GalleryImage.BuilderisGif(boolean isGif)GalleryImage.BuilderwithAttribution(String attribution)GalleryImage.BuilderwithFileName(String fileName)GalleryImage.BuilderwithFileSize(int fileSize)GalleryImage.BuilderwithImageHeight(int imageHeight)GalleryImage.BuilderwithImageWidth(int imageWidth)GalleryImage.BuilderwithMimeType(String mimeType)GalleryImage.BuilderwithPreviewPath(String previewPath)GalleryImage.BuilderwithUri(Uri uri)
-
-
-
Method Detail
-
withFileName
public GalleryImage.Builder withFileName(String fileName)
-
withMimeType
public GalleryImage.Builder withMimeType(String mimeType)
-
withPreviewPath
public GalleryImage.Builder withPreviewPath(String previewPath)
-
withAttribution
public GalleryImage.Builder withAttribution(String attribution)
-
withImageWidth
public GalleryImage.Builder withImageWidth(int imageWidth)
-
withImageHeight
public GalleryImage.Builder withImageHeight(int imageHeight)
-
withFileSize
public GalleryImage.Builder withFileSize(int fileSize)
-
withUri
public GalleryImage.Builder withUri(Uri uri)
-
isGif
public GalleryImage.Builder isGif(boolean isGif)
-
build
public GalleryImage build()
-
-