Class GoogleAuthTokenReference

java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleAuthTokenReference
All Implemented Interfaces:
Serializable

public class GoogleAuthTokenReference extends Object implements Serializable
GoogleAuthTokenReference
See Also:
  • Constructor Details

    • GoogleAuthTokenReference

      public GoogleAuthTokenReference()
    • GoogleAuthTokenReference

      public GoogleAuthTokenReference(Boolean initWithEmptyList)
  • Method Details

    • id

      ID of the Google OAuth 2 access token. The token cannot be accessed via Genesys API, only referenced by this property. When the token is not referenced by any integration, it is deleted after 24 hours.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object