Class PictureType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PictureType
-
public class PictureType extends Object
The PictureType model.
-
-
Constructor Summary
Constructors Constructor Description PictureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PictureEmbeddedTypepictureEmbedded()Get the pictureEmbedded value.PictureLinkTypepictureLink()Get the pictureLink value.PictureTypewithPictureEmbedded(PictureEmbeddedType pictureEmbedded)Set the pictureEmbedded value.PictureTypewithPictureLink(PictureLinkType pictureLink)Set the pictureLink value.
-
-
-
Method Detail
-
pictureLink
public PictureLinkType pictureLink()
Get the pictureLink value.- Returns:
- the pictureLink value
-
withPictureLink
public PictureType withPictureLink(PictureLinkType pictureLink)
Set the pictureLink value.- Parameters:
pictureLink- the pictureLink value to set- Returns:
- the PictureType object itself.
-
pictureEmbedded
public PictureEmbeddedType pictureEmbedded()
Get the pictureEmbedded value.- Returns:
- the pictureEmbedded value
-
withPictureEmbedded
public PictureType withPictureEmbedded(PictureEmbeddedType pictureEmbedded)
Set the pictureEmbedded value.- Parameters:
pictureEmbedded- the pictureEmbedded value to set- Returns:
- the PictureType object itself.
-
-