Uses of Class
com.oracle.bmc.announcementsservice.requests.ListServicesRequest.PlatformType
-
Packages that use ListServicesRequest.PlatformType Package Description com.oracle.bmc.announcementsservice.requests -
-
Uses of ListServicesRequest.PlatformType in com.oracle.bmc.announcementsservice.requests
Methods in com.oracle.bmc.announcementsservice.requests that return ListServicesRequest.PlatformType Modifier and Type Method Description static ListServicesRequest.PlatformTypeListServicesRequest.PlatformType. create(String key)ListServicesRequest.PlatformTypeListServicesRequest. getPlatformType()A filter to return only announcements affecting a specific platform.static ListServicesRequest.PlatformTypeListServicesRequest.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListServicesRequest.PlatformType[]ListServicesRequest.PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.announcementsservice.requests with parameters of type ListServicesRequest.PlatformType Modifier and Type Method Description ListServicesRequest.BuilderListServicesRequest.Builder. platformType(ListServicesRequest.PlatformType platformType)A filter to return only announcements affecting a specific platform.
-