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.model
Methods in com.oracle.bmc.artifacts.model that return UpdateGenericArtifactByPathDetails Modifier and Type Method Description UpdateGenericArtifactByPathDetails
UpdateGenericArtifactByPathDetails.Builder. build()
Methods in com.oracle.bmc.artifacts.model with parameters of type UpdateGenericArtifactByPathDetails Modifier and Type Method Description UpdateGenericArtifactByPathDetails.Builder
UpdateGenericArtifactByPathDetails.Builder. copy(UpdateGenericArtifactByPathDetails model)
-
Uses of UpdateGenericArtifactByPathDetails in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return UpdateGenericArtifactByPathDetails Modifier and Type Method Description UpdateGenericArtifactByPathDetails
UpdateGenericArtifactByPathRequest. getBody$()
Alternative accessor for the body parameter.UpdateGenericArtifactByPathDetails
UpdateGenericArtifactByPathRequest. 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.Builder
UpdateGenericArtifactByPathRequest.Builder. body$(UpdateGenericArtifactByPathDetails body)
Alternative setter for the body parameter.UpdateGenericArtifactByPathRequest.Builder
UpdateGenericArtifactByPathRequest.Builder. updateGenericArtifactByPathDetails(UpdateGenericArtifactByPathDetails updateGenericArtifactByPathDetails)
Updates an artifact with a specified artifactPath and version.
-