Uses of Class
com.oracle.bmc.resourcescheduler.model.UpdateScheduleDetails
-
Packages that use UpdateScheduleDetails Package Description com.oracle.bmc.resourcescheduler.model com.oracle.bmc.resourcescheduler.requests -
-
Uses of UpdateScheduleDetails in com.oracle.bmc.resourcescheduler.model
Methods in com.oracle.bmc.resourcescheduler.model that return UpdateScheduleDetails Modifier and Type Method Description UpdateScheduleDetails
UpdateScheduleDetails.Builder. build()
Methods in com.oracle.bmc.resourcescheduler.model with parameters of type UpdateScheduleDetails Modifier and Type Method Description UpdateScheduleDetails.Builder
UpdateScheduleDetails.Builder. copy(UpdateScheduleDetails model)
-
Uses of UpdateScheduleDetails in com.oracle.bmc.resourcescheduler.requests
Methods in com.oracle.bmc.resourcescheduler.requests that return UpdateScheduleDetails Modifier and Type Method Description UpdateScheduleDetails
UpdateScheduleRequest. getBody$()
Alternative accessor for the body parameter.UpdateScheduleDetails
UpdateScheduleRequest. getUpdateScheduleDetails()
The information about a schedule that will be updated.Methods in com.oracle.bmc.resourcescheduler.requests with parameters of type UpdateScheduleDetails Modifier and Type Method Description UpdateScheduleRequest.Builder
UpdateScheduleRequest.Builder. body$(UpdateScheduleDetails body)
Alternative setter for the body parameter.UpdateScheduleRequest.Builder
UpdateScheduleRequest.Builder. updateScheduleDetails(UpdateScheduleDetails updateScheduleDetails)
The information about a schedule that will be updated.
-