Class PictureEmbeddedType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PictureEmbeddedType
-
public class PictureEmbeddedType extends Object
The PictureEmbeddedType model.
-
-
Constructor Summary
Constructors Constructor Description PictureEmbeddedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontentType()Get the contentType value.byte[]value()Get the value value.PictureEmbeddedTypewithContentType(String contentType)Set the contentType value.PictureEmbeddedTypewithValue(byte[] value)Set the value value.
-
-
-
Method Detail
-
contentType
public String contentType()
Get the contentType value.- Returns:
- the contentType value
-
withContentType
public PictureEmbeddedType withContentType(String contentType)
Set the contentType value.- Parameters:
contentType- the contentType value to set- Returns:
- the PictureEmbeddedType object itself.
-
value
public byte[] value()
Get the value value.- Returns:
- the value value
-
withValue
public PictureEmbeddedType withValue(byte[] value)
Set the value value.- Parameters:
value- the value value to set- Returns:
- the PictureEmbeddedType object itself.
-
-