Uses of Class
com.oracle.bmc.rover.model.UpdateRoverClusterDetails.ShippingPreference
-
Packages that use UpdateRoverClusterDetails.ShippingPreference Package Description com.oracle.bmc.rover.model -
-
Uses of UpdateRoverClusterDetails.ShippingPreference in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return UpdateRoverClusterDetails.ShippingPreference Modifier and Type Method Description static UpdateRoverClusterDetails.ShippingPreference
UpdateRoverClusterDetails.ShippingPreference. create(String key)
UpdateRoverClusterDetails.ShippingPreference
UpdateRoverClusterDetails. getShippingPreference()
Preference for device delivery.static UpdateRoverClusterDetails.ShippingPreference
UpdateRoverClusterDetails.ShippingPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateRoverClusterDetails.ShippingPreference[]
UpdateRoverClusterDetails.ShippingPreference. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.rover.model with parameters of type UpdateRoverClusterDetails.ShippingPreference Modifier and Type Method Description UpdateRoverClusterDetails.Builder
UpdateRoverClusterDetails.Builder. shippingPreference(UpdateRoverClusterDetails.ShippingPreference shippingPreference)
Preference for device delivery.Constructors in com.oracle.bmc.rover.model with parameters of type UpdateRoverClusterDetails.ShippingPreference Constructor Description UpdateRoverClusterDetails(String displayName, Integer clusterSize, ShippingAddress customerShippingAddress, List<RoverWorkload> clusterWorkloads, String superUserPassword, LifecycleState lifecycleState, String lifecycleStateDetails, String unlockPassphrase, EnclosureType enclosureType, String pointOfContact, String pointOfContactPhoneNumber, UpdateRoverClusterDetails.ShippingPreference shippingPreference, String oracleShippingTrackingUrl, String subscriptionId, String shippingVendor, Date timePickupExpected, Boolean isImportRequested, String importCompartmentId, String importFileBucket, String dataValidationCode, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-