Class GetOrganisationDuplicatesResponseType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetOrganisationDuplicatesResponseType
-
public class GetOrganisationDuplicatesResponseType extends Object
The GetOrganisationDuplicatesResponseType model.
-
-
Constructor Summary
Constructors Constructor Description GetOrganisationDuplicatesResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OrganisationLocalType>duplicates()Get a list of organisations this organisation may be duplicated with.GetOrganisationDuplicatesResponseTypewithDuplicates(List<OrganisationLocalType> duplicates)Set a list of organisations this organisation may be duplicated with.
-
-
-
Method Detail
-
duplicates
public List<OrganisationLocalType> duplicates()
Get a list of organisations this organisation may be duplicated with.- Returns:
- the duplicates value
-
withDuplicates
public GetOrganisationDuplicatesResponseType withDuplicates(List<OrganisationLocalType> duplicates)
Set a list of organisations this organisation may be duplicated with.- Parameters:
duplicates- the duplicates value to set- Returns:
- the GetOrganisationDuplicatesResponseType object itself.
-
-