Uses of Class
com.oracle.bmc.rover.model.UpdateRoverNodeDetails.ShippingPreference
-
Packages that use UpdateRoverNodeDetails.ShippingPreference Package Description com.oracle.bmc.rover.model -
-
Uses of UpdateRoverNodeDetails.ShippingPreference in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return UpdateRoverNodeDetails.ShippingPreference Modifier and Type Method Description static UpdateRoverNodeDetails.ShippingPreference
UpdateRoverNodeDetails.ShippingPreference. create(String key)
UpdateRoverNodeDetails.ShippingPreference
UpdateRoverNodeDetails. getShippingPreference()
Preference for device delivery.static UpdateRoverNodeDetails.ShippingPreference
UpdateRoverNodeDetails.ShippingPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateRoverNodeDetails.ShippingPreference[]
UpdateRoverNodeDetails.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 UpdateRoverNodeDetails.ShippingPreference Modifier and Type Method Description UpdateRoverNodeDetails.Builder
UpdateRoverNodeDetails.Builder. shippingPreference(UpdateRoverNodeDetails.ShippingPreference shippingPreference)
Preference for device delivery.Constructors in com.oracle.bmc.rover.model with parameters of type UpdateRoverNodeDetails.ShippingPreference Constructor Description UpdateRoverNodeDetails(String displayName, String shape, String serialNumber, ShippingAddress customerShippingAddress, List<RoverWorkload> nodeWorkloads, String superUserPassword, String unlockPassphrase, String pointOfContact, String pointOfContactPhoneNumber, String oracleShippingTrackingUrl, UpdateRoverNodeDetails.ShippingPreference shippingPreference, String shippingVendor, Date timePickupExpected, LifecycleState lifecycleState, EnclosureType enclosureType, String lifecycleStateDetails, Date timeReturnWindowStarts, Date timeReturnWindowEnds, Boolean isImportRequested, String importCompartmentId, String importFileBucket, String dataValidationCode, String publicKey, String certificateAuthorityId, Date timeCertValidityEnd, String commonName, String certCompartmentId, CertKeyAlgorithm certKeyAlgorithm, CertSignatureAlgorithm certSignatureAlgorithm, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-