Uses of Class
com.oracle.bmc.oda.requests.PublishSkillRequest
-
Packages that use PublishSkillRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of PublishSkillRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type PublishSkillRequest Modifier and Type Method Description PublishSkillResponse
Management. publishSkill(PublishSkillRequest request)
Publish a draft Skill.Future<PublishSkillResponse>
ManagementAsync. publishSkill(PublishSkillRequest request, AsyncHandler<PublishSkillRequest,PublishSkillResponse> handler)
Publish a draft Skill.Future<PublishSkillResponse>
ManagementAsyncClient. publishSkill(PublishSkillRequest request, AsyncHandler<PublishSkillRequest,PublishSkillResponse> handler)
PublishSkillResponse
ManagementClient. publishSkill(PublishSkillRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type PublishSkillRequest 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 PublishSkillRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return PublishSkillRequest Modifier and Type Method Description PublishSkillRequest
PublishSkillRequest.Builder. build()
Build the instance of PublishSkillRequest as configured by this builderPublishSkillRequest
PublishSkillRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PublishSkillRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type PublishSkillRequest Modifier and Type Method Description PublishSkillRequest.Builder
PublishSkillRequest.Builder. copy(PublishSkillRequest o)
Copy method to populate the builder with values from the given instance.
-