Uses of Class
com.oracle.bmc.adm.model.UpdateKnowledgeBaseDetails
-
Packages that use UpdateKnowledgeBaseDetails Package Description com.oracle.bmc.adm.model com.oracle.bmc.adm.requests -
-
Uses of UpdateKnowledgeBaseDetails in com.oracle.bmc.adm.model
Methods in com.oracle.bmc.adm.model that return UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseDetails
UpdateKnowledgeBaseDetails.Builder. build()
Methods in com.oracle.bmc.adm.model with parameters of type UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseDetails.Builder
UpdateKnowledgeBaseDetails.Builder. copy(UpdateKnowledgeBaseDetails model)
-
Uses of UpdateKnowledgeBaseDetails in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseDetails
UpdateKnowledgeBaseRequest. getBody$()
Alternative accessor for the body parameter.UpdateKnowledgeBaseDetails
UpdateKnowledgeBaseRequest. getUpdateKnowledgeBaseDetails()
The details to update a Knowledge Base.Methods in com.oracle.bmc.adm.requests with parameters of type UpdateKnowledgeBaseDetails Modifier and Type Method Description UpdateKnowledgeBaseRequest.Builder
UpdateKnowledgeBaseRequest.Builder. body$(UpdateKnowledgeBaseDetails body)
Alternative setter for the body parameter.UpdateKnowledgeBaseRequest.Builder
UpdateKnowledgeBaseRequest.Builder. updateKnowledgeBaseDetails(UpdateKnowledgeBaseDetails updateKnowledgeBaseDetails)
The details to update a Knowledge Base.
-