Uses of Class
com.oracle.bmc.artifacts.model.UpdateGenericArtifactByPathDetails
- 
Packages that use UpdateGenericArtifactByPathDetails Package Description com.oracle.bmc.artifacts.model com.oracle.bmc.artifacts.requests 
- 
- 
Uses of UpdateGenericArtifactByPathDetails in com.oracle.bmc.artifacts.modelMethods in com.oracle.bmc.artifacts.model that return UpdateGenericArtifactByPathDetails Modifier and Type Method Description UpdateGenericArtifactByPathDetailsUpdateGenericArtifactByPathDetails.Builder. build()Methods in com.oracle.bmc.artifacts.model with parameters of type UpdateGenericArtifactByPathDetails Modifier and Type Method Description UpdateGenericArtifactByPathDetails.BuilderUpdateGenericArtifactByPathDetails.Builder. copy(UpdateGenericArtifactByPathDetails model)
- 
Uses of UpdateGenericArtifactByPathDetails in com.oracle.bmc.artifacts.requestsMethods in com.oracle.bmc.artifacts.requests that return UpdateGenericArtifactByPathDetails Modifier and Type Method Description UpdateGenericArtifactByPathDetailsUpdateGenericArtifactByPathRequest. getBody$()Alternative accessor for the body parameter.UpdateGenericArtifactByPathDetailsUpdateGenericArtifactByPathRequest. getUpdateGenericArtifactByPathDetails()Updates an artifact with a specified artifactPath and version.Methods in com.oracle.bmc.artifacts.requests with parameters of type UpdateGenericArtifactByPathDetails Modifier and Type Method Description UpdateGenericArtifactByPathRequest.BuilderUpdateGenericArtifactByPathRequest.Builder. body$(UpdateGenericArtifactByPathDetails body)Alternative setter for the body parameter.UpdateGenericArtifactByPathRequest.BuilderUpdateGenericArtifactByPathRequest.Builder. updateGenericArtifactByPathDetails(UpdateGenericArtifactByPathDetails updateGenericArtifactByPathDetails)Updates an artifact with a specified artifactPath and version.
 
-