Class RegisterResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.RegisterResponseType
-
public class RegisterResponseType extends Object
The RegisterResponseType model.
-
-
Constructor Summary
Constructors Constructor Description RegisterResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringuniqueFifaId()Get fIFA Unique Identifier.RegisterResponseTypewithUniqueFifaId(String uniqueFifaId)Set fIFA Unique Identifier.
-
-
-
Method Detail
-
uniqueFifaId
public String uniqueFifaId()
Get fIFA Unique Identifier.- Returns:
- the uniqueFifaId value
-
withUniqueFifaId
public RegisterResponseType withUniqueFifaId(String uniqueFifaId)
Set fIFA Unique Identifier.- Parameters:
uniqueFifaId- the uniqueFifaId value to set- Returns:
- the RegisterResponseType object itself.
-
-