Uses of Class
com.oracle.bmc.filestorage.model.CreateExportDetails
-
Packages that use CreateExportDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of CreateExportDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return CreateExportDetails Modifier and Type Method Description CreateExportDetails
CreateExportDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type CreateExportDetails Modifier and Type Method Description CreateExportDetails.Builder
CreateExportDetails.Builder. copy(CreateExportDetails model)
-
Uses of CreateExportDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateExportDetails Modifier and Type Method Description CreateExportDetails
CreateExportRequest. getBody$()
Alternative accessor for the body parameter.CreateExportDetails
CreateExportRequest. getCreateExportDetails()
Details for creating a new export.Methods in com.oracle.bmc.filestorage.requests with parameters of type CreateExportDetails Modifier and Type Method Description CreateExportRequest.Builder
CreateExportRequest.Builder. body$(CreateExportDetails body)
Alternative setter for the body parameter.CreateExportRequest.Builder
CreateExportRequest.Builder. createExportDetails(CreateExportDetails createExportDetails)
Details for creating a new export.
-