public class VerifiedDomain extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
VerifiedDomain.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
capabilities |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isDefault |
protected Boolean |
isInitial |
protected String |
name |
protected String |
odataType |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
VerifiedDomain() |
| Modifier and Type | Method and Description |
|---|---|
static VerifiedDomain.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCapabilities() |
Optional<Boolean> |
getIsDefault() |
Optional<Boolean> |
getIsInitial() |
Optional<String> |
getName() |
Optional<String> |
getType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
VerifiedDomain |
withCapabilities(String capabilities) |
VerifiedDomain |
withIsDefault(Boolean isDefault) |
VerifiedDomain |
withIsInitial(Boolean isInitial) |
VerifiedDomain |
withName(String name) |
VerifiedDomain |
withType(String type) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String capabilities
protected Boolean isDefault
protected Boolean isInitial
protected String name
protected String type
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic VerifiedDomain withCapabilities(String capabilities)
public VerifiedDomain withIsDefault(Boolean isDefault)
public VerifiedDomain withIsInitial(Boolean isInitial)
public VerifiedDomain withName(String name)
public VerifiedDomain withType(String type)
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 VerifiedDomain.Builder builder()
Copyright © 2018–2020. All rights reserved.