Uses of Class
odata.msgraph.client.beta.entity.DomainDnsRecord
-
Packages that use DomainDnsRecord Package Description odata.msgraph.client.beta.entity -
-
Uses of DomainDnsRecord in odata.msgraph.client.beta.entity
Subclasses of DomainDnsRecord in odata.msgraph.client.beta.entity Modifier and Type Class Description classDomainDnsCnameRecordclassDomainDnsMxRecordclassDomainDnsSrvRecordclassDomainDnsTxtRecordclassDomainDnsUnavailableRecordMethods in odata.msgraph.client.beta.entity that return DomainDnsRecord Modifier and Type Method Description DomainDnsRecordDomainDnsRecord.Builder. build()DomainDnsRecordDomainDnsRecord. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DomainDnsRecordDomainDnsRecord. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DomainDnsRecordDomainDnsRecord. withIsOptional(Boolean isOptional)DomainDnsRecordDomainDnsRecord. withLabel(String label)DomainDnsRecordDomainDnsRecord. withRecordType(String recordType)DomainDnsRecordDomainDnsRecord. withSupportedService(String supportedService)DomainDnsRecordDomainDnsRecord. withTtl(Integer ttl)DomainDnsRecordDomainDnsRecord. withUnmappedField(String name, String value)
-