Class NationalAssociationOnboardedStatusType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.NationalAssociationOnboardedStatusType
-
public class NationalAssociationOnboardedStatusType extends Object
The NationalAssociationOnboardedStatusType model.
-
-
Constructor Summary
Constructors Constructor Description NationalAssociationOnboardedStatusType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfifaId()Get the fifaId value.BooleanisOnboarded()Get the isOnboarded value.NationalAssociationOnboardedStatusTypewithFifaId(String fifaId)Set the fifaId value.NationalAssociationOnboardedStatusTypewithIsOnboarded(Boolean isOnboarded)Set the isOnboarded value.
-
-
-
Method Detail
-
fifaId
public String fifaId()
Get the fifaId value.- Returns:
- the fifaId value
-
withFifaId
public NationalAssociationOnboardedStatusType withFifaId(String fifaId)
Set the fifaId value.- Parameters:
fifaId- the fifaId value to set- Returns:
- the NationalAssociationOnboardedStatusType object itself.
-
isOnboarded
public Boolean isOnboarded()
Get the isOnboarded value.- Returns:
- the isOnboarded value
-
withIsOnboarded
public NationalAssociationOnboardedStatusType withIsOnboarded(Boolean isOnboarded)
Set the isOnboarded value.- Parameters:
isOnboarded- the isOnboarded value to set- Returns:
- the NationalAssociationOnboardedStatusType object itself.
-
-