public class SecurityProviderStatus extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityProviderStatus.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
enabled |
protected String |
endpoint |
protected String |
odataType |
protected String |
provider |
protected String |
region |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
vendor |
| Modifier | Constructor and Description |
|---|---|
protected |
SecurityProviderStatus() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityProviderStatus.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getEnabled() |
Optional<String> |
getEndpoint() |
Optional<String> |
getProvider() |
Optional<String> |
getRegion() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVendor() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SecurityProviderStatus |
withEnabled(Boolean enabled) |
SecurityProviderStatus |
withEndpoint(String endpoint) |
SecurityProviderStatus |
withProvider(String provider) |
SecurityProviderStatus |
withRegion(String region) |
SecurityProviderStatus |
withVendor(String vendor) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean enabled
protected String endpoint
protected String provider
protected String region
protected String vendor
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SecurityProviderStatus withEnabled(Boolean enabled)
public SecurityProviderStatus withEndpoint(String endpoint)
public SecurityProviderStatus withProvider(String provider)
public SecurityProviderStatus withRegion(String region)
public SecurityProviderStatus withVendor(String vendor)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static SecurityProviderStatus.Builder builder()
Copyright © 2018–2020. All rights reserved.