Class OAuthScope

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

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

    • OAuthScope

      public OAuthScope()
    • OAuthScope

      public OAuthScope(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • description

      public OAuthScope description(String description)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getSelfUri

      public String getSelfUri()
    • 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