Class TwitterSignupOAuthSettings

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

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

    • TwitterSignupOAuthSettings

      public TwitterSignupOAuthSettings()
    • TwitterSignupOAuthSettings

      public TwitterSignupOAuthSettings(Boolean initWithEmptyList)
  • Method Details

    • clientId

      public TwitterSignupOAuthSettings 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 TwitterSignupOAuthSettings 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)
    • appId

      public TwitterSignupOAuthSettings appId(String appId)
      The app id of the twitter app the requesting org will use to signup
    • getAppId

      public String getAppId()
    • setAppId

      public void setAppId(String appId)
    • 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