public class DomainRegistrant extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainRegistrant.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
countryOrRegionCode |
protected String |
odataType |
protected String |
organization |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
url |
protected String |
vendor |
| Modifier | Constructor and Description |
|---|---|
protected |
DomainRegistrant() |
| Modifier and Type | Method and Description |
|---|---|
static DomainRegistrant.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCountryOrRegionCode() |
Optional<String> |
getOrganization() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUrl() |
Optional<String> |
getVendor() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DomainRegistrant |
withCountryOrRegionCode(String countryOrRegionCode) |
DomainRegistrant |
withOrganization(String organization) |
DomainRegistrant |
withUrl(String url) |
DomainRegistrant |
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 countryOrRegionCode
protected String organization
protected String url
protected String vendor
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DomainRegistrant withCountryOrRegionCode(String countryOrRegionCode)
public DomainRegistrant withOrganization(String organization)
public DomainRegistrant withUrl(String url)
public DomainRegistrant 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 DomainRegistrant.Builder builder()
Copyright © 2018–2020. All rights reserved.