Class UnmergeOrganisationsRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.UnmergeOrganisationsRequestType
-
public class UnmergeOrganisationsRequestType extends Object
The UnmergeOrganisationsRequestType model.
-
-
Constructor Summary
Constructors Constructor Description UnmergeOrganisationsRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprimaryOrganisationFIFAId()Get primary organisation FIFA Unique Identifier.StringsecondaryOrganisationFIFAId()Get secondary organisation FIFA Unique Identifier.UnmergeOrganisationsRequestTypewithPrimaryOrganisationFIFAId(String primaryOrganisationFIFAId)Set primary organisation FIFA Unique Identifier.UnmergeOrganisationsRequestTypewithSecondaryOrganisationFIFAId(String secondaryOrganisationFIFAId)Set secondary organisation FIFA Unique Identifier.
-
-
-
Method Detail
-
secondaryOrganisationFIFAId
public String secondaryOrganisationFIFAId()
Get secondary organisation FIFA Unique Identifier.- Returns:
- the secondaryOrganisationFIFAId value
-
withSecondaryOrganisationFIFAId
public UnmergeOrganisationsRequestType withSecondaryOrganisationFIFAId(String secondaryOrganisationFIFAId)
Set secondary organisation FIFA Unique Identifier.- Parameters:
secondaryOrganisationFIFAId- the secondaryOrganisationFIFAId value to set- Returns:
- the UnmergeOrganisationsRequestType object itself.
-
primaryOrganisationFIFAId
public String primaryOrganisationFIFAId()
Get primary organisation FIFA Unique Identifier.- Returns:
- the primaryOrganisationFIFAId value
-
withPrimaryOrganisationFIFAId
public UnmergeOrganisationsRequestType withPrimaryOrganisationFIFAId(String primaryOrganisationFIFAId)
Set primary organisation FIFA Unique Identifier.- Parameters:
primaryOrganisationFIFAId- the primaryOrganisationFIFAId value to set- Returns:
- the UnmergeOrganisationsRequestType object itself.
-
-