Class TwitterOAuthSettings

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

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

    • TwitterOAuthSettings

      public TwitterOAuthSettings()
    • TwitterOAuthSettings

      public TwitterOAuthSettings(Boolean initWithEmptyList)
  • Method Details

    • clientId

      public TwitterOAuthSettings clientId(String clientId)
      The client id of the twitter app the requesting org will use to signup
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • scopes

      public TwitterOAuthSettings scopes(List<String> scopes)
      The scopes/permissions requested during the signup process during the signup process to allow their future integrations to direct message
    • getScopes

      public List<String> getScopes()
    • setScopes

      public void setScopes(List<String> scopes)
    • 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