Class ServiceProviderConfigsGetResponse.AuthenticationScheme

java.lang.Object
com.slack.api.scim.response.ServiceProviderConfigsGetResponse.AuthenticationScheme
Enclosing class:
ServiceProviderConfigsGetResponse

public static class ServiceProviderConfigsGetResponse.AuthenticationScheme extends Object
  • Constructor Details

    • AuthenticationScheme

      public AuthenticationScheme()
  • Method Details

    • getType

      public String getType()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getSpecUrl

      public String getSpecUrl()
    • getPrimary

      public Boolean getPrimary()
    • setType

      public void setType(String type)
    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setSpecUrl

      public void setSpecUrl(String specUrl)
    • setPrimary

      public void setPrimary(Boolean primary)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object