Uses of Class
com.oracle.bmc.oda.responses.PublishSkillResponse
-
Packages that use PublishSkillResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of PublishSkillResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return PublishSkillResponse Modifier and Type Method Description PublishSkillResponse
Management. publishSkill(PublishSkillRequest request)
Publish a draft Skill.PublishSkillResponse
ManagementClient. publishSkill(PublishSkillRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type PublishSkillResponse Modifier and Type Method Description Future<PublishSkillResponse>
ManagementAsync. publishSkill(PublishSkillRequest request, AsyncHandler<PublishSkillRequest,PublishSkillResponse> handler)
Publish a draft Skill.Future<PublishSkillResponse>
ManagementAsyncClient. publishSkill(PublishSkillRequest request, AsyncHandler<PublishSkillRequest,PublishSkillResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type PublishSkillResponse Modifier and Type Method Description Future<PublishSkillResponse>
ManagementAsync. publishSkill(PublishSkillRequest request, AsyncHandler<PublishSkillRequest,PublishSkillResponse> handler)
Publish a draft Skill.Future<PublishSkillResponse>
ManagementAsyncClient. publishSkill(PublishSkillRequest request, AsyncHandler<PublishSkillRequest,PublishSkillResponse> handler)
-
Uses of PublishSkillResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return PublishSkillResponse Modifier and Type Method Description PublishSkillResponse
PublishSkillResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type PublishSkillResponse Modifier and Type Method Description PublishSkillResponse.Builder
PublishSkillResponse.Builder. copy(PublishSkillResponse o)
Copy method to populate the builder with values from the given instance.
-