Class MergePersonsRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.MergePersonsRequestType
-
public class MergePersonsRequestType extends Object
The MergePersonsRequestType model.
-
-
Constructor Summary
Constructors Constructor Description MergePersonsRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprimaryPersonFIFAId()Get primary person FIFA Unique Identifier.StringsecondaryPersonFIFAId()Get secondary person FIFA Unique Identifier.MergePersonsRequestTypewithPrimaryPersonFIFAId(String primaryPersonFIFAId)Set primary person FIFA Unique Identifier.MergePersonsRequestTypewithSecondaryPersonFIFAId(String secondaryPersonFIFAId)Set secondary person FIFA Unique Identifier.
-
-
-
Method Detail
-
secondaryPersonFIFAId
public String secondaryPersonFIFAId()
Get secondary person FIFA Unique Identifier.- Returns:
- the secondaryPersonFIFAId value
-
withSecondaryPersonFIFAId
public MergePersonsRequestType withSecondaryPersonFIFAId(String secondaryPersonFIFAId)
Set secondary person FIFA Unique Identifier.- Parameters:
secondaryPersonFIFAId- the secondaryPersonFIFAId value to set- Returns:
- the MergePersonsRequestType object itself.
-
primaryPersonFIFAId
public String primaryPersonFIFAId()
Get primary person FIFA Unique Identifier.- Returns:
- the primaryPersonFIFAId value
-
withPrimaryPersonFIFAId
public MergePersonsRequestType withPrimaryPersonFIFAId(String primaryPersonFIFAId)
Set primary person FIFA Unique Identifier.- Parameters:
primaryPersonFIFAId- the primaryPersonFIFAId value to set- Returns:
- the MergePersonsRequestType object itself.
-
-