Uses of Class
com.oracle.bmc.datacatalog.model.UpdatePatternDetails
-
Packages that use UpdatePatternDetails Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of UpdatePatternDetails in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return UpdatePatternDetails Modifier and Type Method Description UpdatePatternDetails
UpdatePatternDetails.Builder. build()
Methods in com.oracle.bmc.datacatalog.model with parameters of type UpdatePatternDetails Modifier and Type Method Description UpdatePatternDetails.Builder
UpdatePatternDetails.Builder. copy(UpdatePatternDetails model)
-
Uses of UpdatePatternDetails in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return UpdatePatternDetails Modifier and Type Method Description UpdatePatternDetails
UpdatePatternRequest. getBody$()
Alternative accessor for the body parameter.UpdatePatternDetails
UpdatePatternRequest. getUpdatePatternDetails()
The information to be updated in the pattern.Methods in com.oracle.bmc.datacatalog.requests with parameters of type UpdatePatternDetails Modifier and Type Method Description UpdatePatternRequest.Builder
UpdatePatternRequest.Builder. body$(UpdatePatternDetails body)
Alternative setter for the body parameter.UpdatePatternRequest.Builder
UpdatePatternRequest.Builder. updatePatternDetails(UpdatePatternDetails updatePatternDetails)
The information to be updated in the pattern.
-