public static class DownloadableLayer.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DownloadableLayer |
build() |
DownloadableLayer.Builder |
contentType(String contentType) |
DownloadableLayer.Builder |
data(byte[] data) |
DownloadableLayer.Builder |
filename(String filename) |
public Builder(Layer layer)
public DownloadableLayer.Builder data(byte[] data)
public DownloadableLayer.Builder contentType(String contentType)
public DownloadableLayer.Builder filename(String filename)
public DownloadableLayer build()
Copyright © 2019. All Rights Reserved.