Class ComplianceAndPaymentManagerType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.ComplianceAndPaymentManagerType
-
public class ComplianceAndPaymentManagerType extends Object
The ComplianceAndPaymentManagerType model.
-
-
Constructor Summary
Constructors Constructor Description ComplianceAndPaymentManagerType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringemail()Get the email value.Stringname()Get the name value.ComplianceAndPaymentManagerTypewithEmail(String email)Set the email value.ComplianceAndPaymentManagerTypewithName(String name)Set the name value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public ComplianceAndPaymentManagerType withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the ComplianceAndPaymentManagerType object itself.
-
email
public String email()
Get the email value.- Returns:
- the email value
-
withEmail
public ComplianceAndPaymentManagerType withEmail(String email)
Set the email value.- Parameters:
email- the email value to set- Returns:
- the ComplianceAndPaymentManagerType object itself.
-
-