Class SetOutOfOffice


  • public class SetOutOfOffice
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SetOutOfOffice()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getToken()  
      boolean isOutOfOffice()  
      void setOutOfOffice​(boolean outOfOffice)  
      void setToken​(java.lang.String token)  
      • Methods inherited from class java.lang.Object

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

      • SetOutOfOffice

        public SetOutOfOffice()
    • Method Detail

      • getToken

        public java.lang.String getToken()
        Returns:
        returns String
      • setToken

        public void setToken​(java.lang.String token)
        Parameters:
        token - the value for the token property
      • isOutOfOffice

        public boolean isOutOfOffice()
        Returns:
        returns boolean
      • setOutOfOffice

        public void setOutOfOffice​(boolean outOfOffice)
        Parameters:
        outOfOffice - the value for the outOfOffice property