public class ServiceProviderConfigsGetResponse extends Object implements SCIMApiResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceProviderConfigsGetResponse.AuthenticationScheme |
static class |
ServiceProviderConfigsGetResponse.Bulk |
static class |
ServiceProviderConfigsGetResponse.ChangePassword |
static class |
ServiceProviderConfigsGetResponse.Etag |
static class |
ServiceProviderConfigsGetResponse.Filter |
static class |
ServiceProviderConfigsGetResponse.Patch |
static class |
ServiceProviderConfigsGetResponse.Sort |
static class |
ServiceProviderConfigsGetResponse.XmlDataFormat |
| Constructor and Description |
|---|
ServiceProviderConfigsGetResponse() |
public List<ServiceProviderConfigsGetResponse.AuthenticationScheme> getAuthenticationSchemes()
public ServiceProviderConfigsGetResponse.Patch getPatch()
public ServiceProviderConfigsGetResponse.Bulk getBulk()
public ServiceProviderConfigsGetResponse.Filter getFilter()
public ServiceProviderConfigsGetResponse.ChangePassword getChangePassword()
public ServiceProviderConfigsGetResponse.Sort getSort()
public ServiceProviderConfigsGetResponse.Etag getEtag()
public ServiceProviderConfigsGetResponse.XmlDataFormat getXmlDataFormat()
public void setAuthenticationSchemes(List<ServiceProviderConfigsGetResponse.AuthenticationScheme> authenticationSchemes)
public void setPatch(ServiceProviderConfigsGetResponse.Patch patch)
public void setBulk(ServiceProviderConfigsGetResponse.Bulk bulk)
public void setFilter(ServiceProviderConfigsGetResponse.Filter filter)
public void setChangePassword(ServiceProviderConfigsGetResponse.ChangePassword changePassword)
public void setSort(ServiceProviderConfigsGetResponse.Sort sort)
public void setEtag(ServiceProviderConfigsGetResponse.Etag etag)
public void setXmlDataFormat(ServiceProviderConfigsGetResponse.XmlDataFormat xmlDataFormat)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.