Uses of Class
com.oracle.bmc.opsi.requests.ListHostedEntitiesRequest.PlatformType
-
Packages that use ListHostedEntitiesRequest.PlatformType Package Description com.oracle.bmc.opsi.requests -
-
Uses of ListHostedEntitiesRequest.PlatformType in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListHostedEntitiesRequest.PlatformType Modifier and Type Method Description static ListHostedEntitiesRequest.PlatformTypeListHostedEntitiesRequest.PlatformType. create(String key)static ListHostedEntitiesRequest.PlatformTypeListHostedEntitiesRequest.PlatformType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListHostedEntitiesRequest.PlatformType[]ListHostedEntitiesRequest.PlatformType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests that return types with arguments of type ListHostedEntitiesRequest.PlatformType Modifier and Type Method Description List<ListHostedEntitiesRequest.PlatformType>ListHostedEntitiesRequest. getPlatformType()Filter by one or more platform types.Methods in com.oracle.bmc.opsi.requests with parameters of type ListHostedEntitiesRequest.PlatformType Modifier and Type Method Description ListHostedEntitiesRequest.BuilderListHostedEntitiesRequest.Builder. platformType(ListHostedEntitiesRequest.PlatformType singularValue)Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type ListHostedEntitiesRequest.PlatformType Modifier and Type Method Description ListHostedEntitiesRequest.BuilderListHostedEntitiesRequest.Builder. platformType(List<ListHostedEntitiesRequest.PlatformType> platformType)Filter by one or more platform types.
-