Package com.slack.api.scim2.response
Class ServiceProviderConfigsGetResponse.AuthenticationScheme
- java.lang.Object
-
- com.slack.api.scim2.response.ServiceProviderConfigsGetResponse.AuthenticationScheme
-
- Enclosing class:
- ServiceProviderConfigsGetResponse
public static class ServiceProviderConfigsGetResponse.AuthenticationScheme extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationScheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getDescription()
String
getName()
Boolean
getPrimary()
String
getSpecUrl()
String
getType()
int
hashCode()
void
setDescription(String description)
void
setName(String name)
void
setPrimary(Boolean primary)
void
setSpecUrl(String specUrl)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
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)
-
canEqual
protected boolean canEqual(Object other)
-
-