Uses of Class
odata.msgraph.client.beta.complex.GovernanceNotificationTemplate
-
Packages that use GovernanceNotificationTemplate Package Description odata.msgraph.client.beta.complex -
-
Uses of GovernanceNotificationTemplate in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type GovernanceNotificationTemplate Modifier and Type Field Description protected List<GovernanceNotificationTemplate>GovernanceNotificationPolicy. notificationTemplatesMethods in odata.msgraph.client.beta.complex that return GovernanceNotificationTemplate Modifier and Type Method Description GovernanceNotificationTemplateGovernanceNotificationTemplate.Builder. build()GovernanceNotificationTemplateGovernanceNotificationTemplate. withCulture(String culture)GovernanceNotificationTemplateGovernanceNotificationTemplate. withId(String id)GovernanceNotificationTemplateGovernanceNotificationTemplate. withSource(String source)GovernanceNotificationTemplateGovernanceNotificationTemplate. withType(String type)GovernanceNotificationTemplateGovernanceNotificationTemplate. withUnmappedField(String name, String value)GovernanceNotificationTemplateGovernanceNotificationTemplate. withVersion(String version)Methods in odata.msgraph.client.beta.complex that return types with arguments of type GovernanceNotificationTemplate Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<GovernanceNotificationTemplate>GovernanceNotificationPolicy. getNotificationTemplates()com.github.davidmoten.odata.client.CollectionPage<GovernanceNotificationTemplate>GovernanceNotificationPolicy. getNotificationTemplates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type GovernanceNotificationTemplate Modifier and Type Method Description GovernanceNotificationPolicy.BuilderGovernanceNotificationPolicy.Builder. notificationTemplates(GovernanceNotificationTemplate... notificationTemplates)Method parameters in odata.msgraph.client.beta.complex with type arguments of type GovernanceNotificationTemplate Modifier and Type Method Description GovernanceNotificationPolicy.BuilderGovernanceNotificationPolicy.Builder. notificationTemplates(List<GovernanceNotificationTemplate> notificationTemplates)
-