Class GetAllOrganisationsRequestType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.GetAllOrganisationsRequestType
-
public class GetAllOrganisationsRequestType extends Object
The GetAllOrganisationsRequestType model.
-
-
Constructor Summary
Constructors Constructor Description GetAllOrganisationsRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerbatchSize()Get if not set a default value of 10k is taken.BooleanincludeMergedAndDeleted()Get set to true if the response should contain organisations deleted or merged as secondary.org.joda.time.DateTimemodifiedFromDateTime()Get the modifiedFromDateTime value.org.joda.time.DateTimemodifiedToDateTime()Get the modifiedToDateTime value.StringnextBatchToken()Get a next batch continuation token.StringorganisationId()Get fIFA Unique Identifier.GetAllOrganisationsRequestTypewithBatchSize(Integer batchSize)Set if not set a default value of 10k is taken.GetAllOrganisationsRequestTypewithIncludeMergedAndDeleted(Boolean includeMergedAndDeleted)Set set to true if the response should contain organisations deleted or merged as secondary.GetAllOrganisationsRequestTypewithModifiedFromDateTime(org.joda.time.DateTime modifiedFromDateTime)Set the modifiedFromDateTime value.GetAllOrganisationsRequestTypewithModifiedToDateTime(org.joda.time.DateTime modifiedToDateTime)Set the modifiedToDateTime value.GetAllOrganisationsRequestTypewithNextBatchToken(String nextBatchToken)Set a next batch continuation token.GetAllOrganisationsRequestTypewithOrganisationId(String organisationId)Set fIFA Unique Identifier.
-
-
-
Method Detail
-
organisationId
public String organisationId()
Get fIFA Unique Identifier.- Returns:
- the organisationId value
-
withOrganisationId
public GetAllOrganisationsRequestType withOrganisationId(String organisationId)
Set fIFA Unique Identifier.- Parameters:
organisationId- the organisationId value to set- Returns:
- the GetAllOrganisationsRequestType object itself.
-
modifiedFromDateTime
public org.joda.time.DateTime modifiedFromDateTime()
Get the modifiedFromDateTime value.- Returns:
- the modifiedFromDateTime value
-
withModifiedFromDateTime
public GetAllOrganisationsRequestType withModifiedFromDateTime(org.joda.time.DateTime modifiedFromDateTime)
Set the modifiedFromDateTime value.- Parameters:
modifiedFromDateTime- the modifiedFromDateTime value to set- Returns:
- the GetAllOrganisationsRequestType object itself.
-
modifiedToDateTime
public org.joda.time.DateTime modifiedToDateTime()
Get the modifiedToDateTime value.- Returns:
- the modifiedToDateTime value
-
withModifiedToDateTime
public GetAllOrganisationsRequestType withModifiedToDateTime(org.joda.time.DateTime modifiedToDateTime)
Set the modifiedToDateTime value.- Parameters:
modifiedToDateTime- the modifiedToDateTime value to set- Returns:
- the GetAllOrganisationsRequestType object itself.
-
nextBatchToken
public String nextBatchToken()
Get a next batch continuation token.- Returns:
- the nextBatchToken value
-
withNextBatchToken
public GetAllOrganisationsRequestType withNextBatchToken(String nextBatchToken)
Set a next batch continuation token.- Parameters:
nextBatchToken- the nextBatchToken value to set- Returns:
- the GetAllOrganisationsRequestType object itself.
-
batchSize
public Integer batchSize()
Get if not set a default value of 10k is taken.- Returns:
- the batchSize value
-
withBatchSize
public GetAllOrganisationsRequestType withBatchSize(Integer batchSize)
Set if not set a default value of 10k is taken.- Parameters:
batchSize- the batchSize value to set- Returns:
- the GetAllOrganisationsRequestType object itself.
-
includeMergedAndDeleted
public Boolean includeMergedAndDeleted()
Get set to true if the response should contain organisations deleted or merged as secondary.- Returns:
- the includeMergedAndDeleted value
-
withIncludeMergedAndDeleted
public GetAllOrganisationsRequestType withIncludeMergedAndDeleted(Boolean includeMergedAndDeleted)
Set set to true if the response should contain organisations deleted or merged as secondary.- Parameters:
includeMergedAndDeleted- the includeMergedAndDeleted value to set- Returns:
- the GetAllOrganisationsRequestType object itself.
-
-