Interface RegistrationVersionInformation.Builder

    • Method Detail

      • versionNumber

        RegistrationVersionInformation.Builder versionNumber​(Long versionNumber)

        The version number of the registration.

        Parameters:
        versionNumber - The version number of the registration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • registrationVersionStatus

        RegistrationVersionInformation.Builder registrationVersionStatus​(String registrationVersionStatus)

        The status of the registration.

        • DRAFT: The initial status of a registration version after it’s created.

        • SUBMITTED: Your registration has been submitted.

        • REVIEWING: Your registration has been accepted and is being reviewed.

        • APPROVED: Your registration has been approved.

        • DISCARDED: You've abandon this version of their registration to start over with a new version.

        • DENIED: You must fix your registration and resubmit it.

        • REVOKED: Your previously approved registration has been revoked.

        • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

        Parameters:
        registrationVersionStatus - The status of the registration.

        • DRAFT: The initial status of a registration version after it’s created.

        • SUBMITTED: Your registration has been submitted.

        • REVIEWING: Your registration has been accepted and is being reviewed.

        • APPROVED: Your registration has been approved.

        • DISCARDED: You've abandon this version of their registration to start over with a new version.

        • DENIED: You must fix your registration and resubmit it.

        • REVOKED: Your previously approved registration has been revoked.

        • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationVersionStatus, RegistrationVersionStatus
      • registrationVersionStatus

        RegistrationVersionInformation.Builder registrationVersionStatus​(RegistrationVersionStatus registrationVersionStatus)

        The status of the registration.

        • DRAFT: The initial status of a registration version after it’s created.

        • SUBMITTED: Your registration has been submitted.

        • REVIEWING: Your registration has been accepted and is being reviewed.

        • APPROVED: Your registration has been approved.

        • DISCARDED: You've abandon this version of their registration to start over with a new version.

        • DENIED: You must fix your registration and resubmit it.

        • REVOKED: Your previously approved registration has been revoked.

        • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

        Parameters:
        registrationVersionStatus - The status of the registration.

        • DRAFT: The initial status of a registration version after it’s created.

        • SUBMITTED: Your registration has been submitted.

        • REVIEWING: Your registration has been accepted and is being reviewed.

        • APPROVED: Your registration has been approved.

        • DISCARDED: You've abandon this version of their registration to start over with a new version.

        • DENIED: You must fix your registration and resubmit it.

        • REVOKED: Your previously approved registration has been revoked.

        • ARCHIVED: Your previously approved registration version moves into this status when a more recently submitted version is approved.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationVersionStatus, RegistrationVersionStatus
      • registrationVersionStatusHistory

        RegistrationVersionInformation.Builder registrationVersionStatusHistory​(RegistrationVersionStatusHistory registrationVersionStatusHistory)

        The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.

        Parameters:
        registrationVersionStatusHistory - The RegistrationVersionStatusHistory object contains the time stamps for when the reservations status changes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.