Class PendingParticipantAdmissionCancellationReason
- java.lang.Object
-
- com.avaya.clientservices.call.conference.PendingParticipantAdmissionCancellationReason
-
public class PendingParticipantAdmissionCancellationReason extends java.lang.ObjectClass representing the reason of admission cancellation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPendingParticipantAdmissionCancellationReason.PendingParticipantAdmissionCancellationReasonCodeAdmission request cancellation codes.
-
Constructor Summary
Constructors Constructor Description PendingParticipantAdmissionCancellationReason(PendingParticipantAdmissionCancellationReason.PendingParticipantAdmissionCancellationReasonCode reasonCode, java.lang.String reasonString, java.lang.String anotherModeratorName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAnotherModeratorName()The name of another moderator who has already admitted/rejected participant request.PendingParticipantAdmissionCancellationReason.PendingParticipantAdmissionCancellationReasonCodegetReasonCode()Returns the admission cancellation reason code.java.lang.StringgetReasonString()Returns the string representation of admission cancellation reason code.
-
-
-
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
-
getReasonCode
public PendingParticipantAdmissionCancellationReason.PendingParticipantAdmissionCancellationReasonCode getReasonCode()
Returns the admission cancellation reason code.- Returns:
- PendingParticipantAdmissionCancellationReasonCode
-
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
-
-