Class GetActingOrganisationsResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetActingOrganisationsResponseType
-
public class GetActingOrganisationsResponseType extends Object
The GetActingOrganisationsResponseType model.
-
-
Constructor Summary
Constructors Constructor Description GetActingOrganisationsResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>organisationsFIFAIds()Get the organisationsFIFAIds value.GetActingOrganisationsResponseTypewithOrganisationsFIFAIds(List<String> organisationsFIFAIds)Set the organisationsFIFAIds value.
-
-
-
Method Detail
-
organisationsFIFAIds
public List<String> organisationsFIFAIds()
Get the organisationsFIFAIds value.- Returns:
- the organisationsFIFAIds value
-
withOrganisationsFIFAIds
public GetActingOrganisationsResponseType withOrganisationsFIFAIds(List<String> organisationsFIFAIds)
Set the organisationsFIFAIds value.- Parameters:
organisationsFIFAIds- the organisationsFIFAIds value to set- Returns:
- the GetActingOrganisationsResponseType object itself.
-
-