ActivitiesMedia

public final class ActivitiesMedia

List of activity Media.

Parameters

type

type of the media. So far there is only one option: 1: Image

propertySize

Image size You can find a link to the complete list of Supported Images Sizes in the Related Links section at the bottom of the page.

url

Image URL

title

Image title

Constructors

Link copied to clipboard
public ActivitiesMedia ActivitiesMedia(String type, String propertySize, String url, String title)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@NotNull()
@Valid()
private final String propertySize
Link copied to clipboard
@Valid()
private final String title
Link copied to clipboard
@NotNull()
@Valid()
private final String type
Link copied to clipboard
@NotNull()
@Valid()
private final String url

Functions

Link copied to clipboard
public final static ActivitiesMedia.Builder builder()
Link copied to clipboard
public final String getPropertySize()
Link copied to clipboard
public final String getTitle()
Link copied to clipboard
public final String getType()
Link copied to clipboard
public final String getUrl()
Link copied to clipboard