Class PictureLinkType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PictureLinkType
-
public class PictureLinkType extends Object
The PictureLinkType model.
-
-
Constructor Summary
Constructors Constructor Description PictureLinkType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmimeType()Get the mimeType value.StringpictureLink()Get the pictureLink value.PictureLinkTypewithMimeType(String mimeType)Set the mimeType value.PictureLinkTypewithPictureLink(String pictureLink)Set the pictureLink value.
-
-
-
Method Detail
-
pictureLink
public String pictureLink()
Get the pictureLink value.- Returns:
- the pictureLink value
-
withPictureLink
public PictureLinkType withPictureLink(String pictureLink)
Set the pictureLink value.- Parameters:
pictureLink- the pictureLink value to set- Returns:
- the PictureLinkType object itself.
-
mimeType
public String mimeType()
Get the mimeType value.- Returns:
- the mimeType value
-
withMimeType
public PictureLinkType withMimeType(String mimeType)
Set the mimeType value.- Parameters:
mimeType- the mimeType value to set- Returns:
- the PictureLinkType object itself.
-
-