Uses of Class
com.oracle.bmc.filestorage.model.UpdateExportDetails
-
Packages that use UpdateExportDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of UpdateExportDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return UpdateExportDetails Modifier and Type Method Description UpdateExportDetails
UpdateExportDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type UpdateExportDetails Modifier and Type Method Description UpdateExportDetails.Builder
UpdateExportDetails.Builder. copy(UpdateExportDetails model)
-
Uses of UpdateExportDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateExportDetails Modifier and Type Method Description UpdateExportDetails
UpdateExportRequest. getBody$()
Alternative accessor for the body parameter.UpdateExportDetails
UpdateExportRequest. getUpdateExportDetails()
Details object for updating an export.Methods in com.oracle.bmc.filestorage.requests with parameters of type UpdateExportDetails Modifier and Type Method Description UpdateExportRequest.Builder
UpdateExportRequest.Builder. body$(UpdateExportDetails body)
Alternative setter for the body parameter.UpdateExportRequest.Builder
UpdateExportRequest.Builder. updateExportDetails(UpdateExportDetails updateExportDetails)
Details object for updating an export.
-