| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainDnsCnameRecord |
class |
DomainDnsMxRecord |
class |
DomainDnsSrvRecord |
class |
DomainDnsTxtRecord |
class |
DomainDnsUnavailableRecord |
| Modifier and Type | Method and Description |
|---|---|
DomainDnsRecord |
DomainDnsRecord.Builder.build() |
DomainDnsRecord |
DomainDnsRecord.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DomainDnsRecord |
DomainDnsRecord.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DomainDnsRecord |
DomainDnsRecord.withIsOptional(Boolean isOptional) |
DomainDnsRecord |
DomainDnsRecord.withLabel(String label) |
DomainDnsRecord |
DomainDnsRecord.withRecordType(String recordType) |
DomainDnsRecord |
DomainDnsRecord.withSupportedService(String supportedService) |
DomainDnsRecord |
DomainDnsRecord.withTtl(Integer ttl) |
Copyright © 2018–2020. All rights reserved.