| Package | Description |
|---|---|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageInfo.Resolution |
ImageInfo.Resolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageInfo.Resolution[] |
ImageInfo.Resolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<String> |
ImageInfo.getImageContentType(ImageInfo.Size size,
ImageInfo.Resolution resolution)
Returns the content type for the image, if known.
|
io.atlassian.fugue.Option<URI> |
ImageInfo.getImageUri(ImageInfo.Size size,
ImageInfo.Resolution resolution)
Returns a URI for the image at a different size, or for displaying at higher resolution.
|
TestModelBuilders.ImageInfoBuilder |
TestModelBuilders.ImageInfoBuilder.setImageUri(ImageInfo.Size size,
ImageInfo.Resolution resolution,
URI uri) |
Copyright © 2019 Atlassian. All rights reserved.