Class PersonGetByPersonfifaidHeaders
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.PersonGetByPersonfifaidHeaders
-
public class PersonGetByPersonfifaidHeaders extends Object
Defines headers for GetByPersonfifaid operation.
-
-
Constructor Summary
Constructors Constructor Description PersonGetByPersonfifaidHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonGetByPersonfifaidHeaderswithXMergedInto(String xMergedInto)Set primary person FIFA Unique Identifier.StringxMergedInto()Get primary person FIFA Unique Identifier.
-
-
-
Method Detail
-
xMergedInto
public String xMergedInto()
Get primary person FIFA Unique Identifier.- Returns:
- the xMergedInto value
-
withXMergedInto
public PersonGetByPersonfifaidHeaders withXMergedInto(String xMergedInto)
Set primary person FIFA Unique Identifier.- Parameters:
xMergedInto- the xMergedInto value to set- Returns:
- the PersonGetByPersonfifaidHeaders object itself.
-
-