Uses of Class
com.microsoft.graph.models.DomainDnsRecord
Packages that use DomainDnsRecord
-
Uses of DomainDnsRecord in com.microsoft.graph.models
Subclasses of DomainDnsRecord in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassclassMethods in com.microsoft.graph.models that return DomainDnsRecordModifier and TypeMethodDescriptionstatic DomainDnsRecordDomainDnsRecord.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DomainDnsRecordModifier and TypeMethodDescriptionDomain.getServiceConfigurationRecords()Gets the serviceConfigurationRecords property value.DomainDnsRecordCollectionResponse.getValue()Gets the value property value.Domain.getVerificationDnsRecords()Gets the verificationDnsRecords property value.Method parameters in com.microsoft.graph.models with type arguments of type DomainDnsRecordModifier and TypeMethodDescriptionvoidDomain.setServiceConfigurationRecords(List<DomainDnsRecord> value) Sets the serviceConfigurationRecords property value.voidDomainDnsRecordCollectionResponse.setValue(List<DomainDnsRecord> value) Sets the value property value.voidDomain.setVerificationDnsRecords(List<DomainDnsRecord> value) Sets the verificationDnsRecords property value.