Class PendingParticipantAdmissionCancellationReason


  • public class PendingParticipantAdmissionCancellationReason
    extends java.lang.Object
    Class representing the reason of admission cancellation.
    • Constructor Detail

      • PendingParticipantAdmissionCancellationReason

        public PendingParticipantAdmissionCancellationReason​(PendingParticipantAdmissionCancellationReason.PendingParticipantAdmissionCancellationReasonCode reasonCode,
                                                             java.lang.String reasonString,
                                                             java.lang.String anotherModeratorName)
        Constructor
        Parameters:
        reasonCode - A code indicating the cancellation reason of admission request.
        reasonString - String representation of cancellation reason.
        anotherModeratorName - The name of another moderator who has already admitted/rejected participant request.
    • Method Detail

      • getReasonString

        public java.lang.String getReasonString()
        Returns the string representation of admission cancellation reason code.
        Returns:
        String
      • getAnotherModeratorName

        public java.lang.String getAnotherModeratorName()
        The name of another moderator who has already admitted/rejected participant request. Filled in case of ACCEPTED_BY_ANOTHER_MODERATOR or REJECTED_BY_ANOTHER_MODERATOR Empty by default
        Returns:
        String