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