Uses of Class
com.oracle.bmc.dns.model.RecordOperation.Operation
-
Packages that use RecordOperation.Operation Package Description com.oracle.bmc.dns.model -
-
Uses of RecordOperation.Operation in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return RecordOperation.Operation Modifier and Type Method Description static RecordOperation.Operation
RecordOperation.Operation. create(String key)
RecordOperation.Operation
RecordOperation. getOperation()
A description of how a record relates to a PATCH operation.static RecordOperation.Operation
RecordOperation.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecordOperation.Operation[]
RecordOperation.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type RecordOperation.Operation Modifier and Type Method Description RecordOperation.Builder
RecordOperation.Builder. operation(RecordOperation.Operation operation)
A description of how a record relates to a PATCH operation.Constructors in com.oracle.bmc.dns.model with parameters of type RecordOperation.Operation Constructor Description RecordOperation(String domain, String recordHash, Boolean isProtected, String rdata, String rrsetVersion, String rtype, Integer ttl, RecordOperation.Operation operation)
Deprecated.
-