Uses of Class
com.oracle.bmc.announcementsservice.model.CommsManagerName
-
Packages that use CommsManagerName Package Description com.oracle.bmc.announcementsservice.model com.oracle.bmc.announcementsservice.requests -
-
Uses of CommsManagerName in com.oracle.bmc.announcementsservice.model
Methods in com.oracle.bmc.announcementsservice.model that return CommsManagerName Modifier and Type Method Description static CommsManagerName
CommsManagerName. create(String key)
CommsManagerName
BaseService. getCommsManagerName()
Name of the comms manager team that manages Notifications to this service.static CommsManagerName
CommsManagerName. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommsManagerName[]
CommsManagerName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.announcementsservice.model with parameters of type CommsManagerName Modifier and Type Method Description NotificationsSummary.Builder
NotificationsSummary.Builder. commsManagerName(CommsManagerName commsManagerName)
Service.Builder
Service.Builder. commsManagerName(CommsManagerName commsManagerName)
ServiceSummary.Builder
ServiceSummary.Builder. commsManagerName(CommsManagerName commsManagerName)
Constructors in com.oracle.bmc.announcementsservice.model with parameters of type CommsManagerName Constructor Description BaseService(String id, String serviceName, String shortName, String teamName, PlatformType platformType, CommsManagerName commsManagerName, List<String> excludedRealms, List<String> previousServiceNames, Date timeCreated, Date timeUpdated, BaseService.LifecycleState lifecycleState)
Deprecated.NotificationsSummary(String id, String serviceName, String shortName, String teamName, PlatformType platformType, CommsManagerName commsManagerName, List<String> excludedRealms, List<String> previousServiceNames, Date timeCreated, Date timeUpdated, BaseService.LifecycleState lifecycleState)
Deprecated.Service(String id, String serviceName, String shortName, String teamName, PlatformType platformType, CommsManagerName commsManagerName, List<String> excludedRealms, List<String> previousServiceNames, Date timeCreated, Date timeUpdated, BaseService.LifecycleState lifecycleState)
Deprecated.ServiceSummary(String id, String serviceName, String shortName, String teamName, PlatformType platformType, CommsManagerName commsManagerName, List<String> excludedRealms, List<String> previousServiceNames, Date timeCreated, Date timeUpdated, BaseService.LifecycleState lifecycleState)
Deprecated. -
Uses of CommsManagerName in com.oracle.bmc.announcementsservice.requests
Methods in com.oracle.bmc.announcementsservice.requests that return CommsManagerName Modifier and Type Method Description CommsManagerName
ListServicesRequest. getCommsManagerName()
Filter by comms manager nameMethods in com.oracle.bmc.announcementsservice.requests with parameters of type CommsManagerName Modifier and Type Method Description ListServicesRequest.Builder
ListServicesRequest.Builder. commsManagerName(CommsManagerName commsManagerName)
Filter by comms manager name
-