public class SecurityVendorInformation extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityVendorInformation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected String |
provider |
protected String |
providerVersion |
protected String |
subProvider |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
vendor |
| Modifier | Constructor and Description |
|---|---|
protected |
SecurityVendorInformation() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityVendorInformation.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getProvider() |
Optional<String> |
getProviderVersion() |
Optional<String> |
getSubProvider() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVendor() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
SecurityVendorInformation |
withProvider(String provider) |
SecurityVendorInformation |
withProviderVersion(String providerVersion) |
SecurityVendorInformation |
withSubProvider(String subProvider) |
SecurityVendorInformation |
withVendor(String vendor) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String provider
protected String providerVersion
protected String subProvider
protected String vendor
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic SecurityVendorInformation withProvider(String provider)
public SecurityVendorInformation withProviderVersion(String providerVersion)
public SecurityVendorInformation withSubProvider(String subProvider)
public SecurityVendorInformation 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 SecurityVendorInformation.Builder builder()
Copyright © 2018–2020. All rights reserved.