Class GetAllOrganisationsRequestType


  • public class GetAllOrganisationsRequestType
    extends Object
    The GetAllOrganisationsRequestType model.
    • Constructor Detail

      • GetAllOrganisationsRequestType

        public GetAllOrganisationsRequestType()
    • 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.