public class DomainDnsRecord extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainDnsRecord.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isOptional |
protected String |
label |
protected String |
recordType |
protected String |
supportedService |
protected Integer |
ttl |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DomainDnsRecord() |
| Modifier and Type | Method and Description |
|---|---|
static DomainDnsRecord.Builder |
builderDomainDnsRecord()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getIsOptional() |
Optional<String> |
getLabel() |
Optional<String> |
getRecordType() |
Optional<String> |
getSupportedService() |
Optional<Integer> |
getTtl() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DomainDnsRecord |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DomainDnsRecord |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DomainDnsRecord |
withIsOptional(Boolean isOptional) |
DomainDnsRecord |
withLabel(String label) |
DomainDnsRecord |
withRecordType(String recordType) |
DomainDnsRecord |
withSupportedService(String supportedService) |
DomainDnsRecord |
withTtl(Integer ttl) |
protected Boolean isOptional
protected String label
protected String recordType
protected String supportedService
protected Integer ttl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DomainDnsRecord.Builder builderDomainDnsRecord()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic DomainDnsRecord withIsOptional(Boolean isOptional)
public DomainDnsRecord withLabel(String label)
public DomainDnsRecord withRecordType(String recordType)
public DomainDnsRecord withSupportedService(String supportedService)
public DomainDnsRecord withTtl(Integer ttl)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DomainDnsRecord patch()
this with changed fields reset.public DomainDnsRecord put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.