Class PasswordExpiredDetails

  • All Implemented Interfaces:
    java.io.Serializable

    public class PasswordExpiredDetails
    extends com.lexmark.saperion.exceptions.ErrorDetailsType
    These are the details of PasswordExpiredException.
    Author:
    jschwarz
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      com.lexmark.saperion.administration.UserReferenceType getUser()  
      void setUser​(com.lexmark.saperion.administration.UserReferenceType user)  
      java.lang.String toString()  
      • Methods inherited from class com.lexmark.saperion.exceptions.ErrorDetailsType

        setType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PasswordExpiredDetails

        public PasswordExpiredDetails()
    • Method Detail

      • getUser

        public com.lexmark.saperion.administration.UserReferenceType getUser()
      • setUser

        public void setUser​(com.lexmark.saperion.administration.UserReferenceType user)
      • getType

        public java.lang.String getType()
        Specified by:
        getType in class com.lexmark.saperion.exceptions.ErrorDetailsType
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.exceptions.ErrorDetailsType