Class ConfigureAwayAdminRequest

java.lang.Object
com.intercom.api.resources.admins.requests.ConfigureAwayAdminRequest

public final class ConfigureAwayAdminRequest extends Object
  • Method Details

    • getAdminId

      public String getAdminId()
      Returns:
      The unique identifier of a given admin
    • getAwayModeEnabled

      public boolean getAwayModeEnabled()
      Returns:
      Set to "true" to change the status of the admin to away.
    • getAwayModeReassign

      public boolean getAwayModeReassign()
      Returns:
      Set to "true" to assign any new conversation replies to your default inbox.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ConfigureAwayAdminRequest.AdminIdStage builder()