Uses of Class
com.oracle.bmc.oda.model.UpdateSkillParameterDetails
-
Packages that use UpdateSkillParameterDetails Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of UpdateSkillParameterDetails in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return UpdateSkillParameterDetails Modifier and Type Method Description UpdateSkillParameterDetails
UpdateSkillParameterDetails.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type UpdateSkillParameterDetails Modifier and Type Method Description UpdateSkillParameterDetails.Builder
UpdateSkillParameterDetails.Builder. copy(UpdateSkillParameterDetails model)
-
Uses of UpdateSkillParameterDetails in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateSkillParameterDetails Modifier and Type Method Description UpdateSkillParameterDetails
UpdateSkillParameterRequest. getBody$()
Alternative accessor for the body parameter.UpdateSkillParameterDetails
UpdateSkillParameterRequest. getUpdateSkillParameterDetails()
Property values to update the Skill Parameter.Methods in com.oracle.bmc.oda.requests with parameters of type UpdateSkillParameterDetails Modifier and Type Method Description UpdateSkillParameterRequest.Builder
UpdateSkillParameterRequest.Builder. body$(UpdateSkillParameterDetails body)
Alternative setter for the body parameter.UpdateSkillParameterRequest.Builder
UpdateSkillParameterRequest.Builder. updateSkillParameterDetails(UpdateSkillParameterDetails updateSkillParameterDetails)
Property values to update the Skill Parameter.
-