Class UnmergePersonsRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.UnmergePersonsRequestType
-
public class UnmergePersonsRequestType extends Object
The UnmergePersonsRequestType model.
-
-
Constructor Summary
Constructors Constructor Description UnmergePersonsRequestType()
-
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.UnmergePersonsRequestTypewithPrimaryPersonFIFAId(String primaryPersonFIFAId)Set primary person FIFA Unique Identifier.UnmergePersonsRequestTypewithSecondaryPersonFIFAId(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 UnmergePersonsRequestType withSecondaryPersonFIFAId(String secondaryPersonFIFAId)
Set secondary person FIFA Unique Identifier.- Parameters:
secondaryPersonFIFAId- the secondaryPersonFIFAId value to set- Returns:
- the UnmergePersonsRequestType object itself.
-
primaryPersonFIFAId
public String primaryPersonFIFAId()
Get primary person FIFA Unique Identifier.- Returns:
- the primaryPersonFIFAId value
-
withPrimaryPersonFIFAId
public UnmergePersonsRequestType withPrimaryPersonFIFAId(String primaryPersonFIFAId)
Set primary person FIFA Unique Identifier.- Parameters:
primaryPersonFIFAId- the primaryPersonFIFAId value to set- Returns:
- the UnmergePersonsRequestType object itself.
-
-