Class CertExpressInvitationStatusModel


  • public class CertExpressInvitationStatusModel
    extends java.lang.Object
    Represent what is the current status of certificate request
    • Constructor Detail

      • CertExpressInvitationStatusModel

        public CertExpressInvitationStatusModel()
    • Method Detail

      • getStatus

        public CertExpressInvitationStatus getStatus()
        Getter for status The status of the CertExpress invitation for this customer. If this status says InProgress then CertExpress website is currently building a landing page for the customer. Please wait about 10 seconds and fetch this request again to see when it will be ready.
      • setStatus

        public void setStatus​(CertExpressInvitationStatus value)
        Setter for status The status of the CertExpress invitation for this customer. If this status says InProgress then CertExpress website is currently building a landing page for the customer. Please wait about 10 seconds and fetch this request again to see when it will be ready.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of CertExpressInvitationStatusModel
        Overrides:
        toString in class java.lang.Object