Uses of Class
com.oracle.bmc.fleetappsmanagement.model.NotificationPreference.Builder
-
Packages that use NotificationPreference.Builder Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of NotificationPreference.Builder in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return NotificationPreference.Builder Modifier and Type Method Description static NotificationPreference.Builder
NotificationPreference. builder()
Create a new builder.NotificationPreference.Builder
NotificationPreference.Builder. compartmentId(String compartmentId)
Compartment ID the topic belongs to.NotificationPreference.Builder
NotificationPreference.Builder. copy(NotificationPreference model)
NotificationPreference.Builder
NotificationPreference.Builder. preferences(Preferences preferences)
NotificationPreference.Builder
NotificationPreference. toBuilder()
NotificationPreference.Builder
NotificationPreference.Builder. topicId(String topicId)
Topic Id where the notifications will be directed.
-