Uses of Class
com.oracle.bmc.dns.responses.GetViewResponse.Builder
-
Packages that use GetViewResponse.Builder Package Description com.oracle.bmc.dns.responses -
-
Uses of GetViewResponse.Builder in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return GetViewResponse.Builder Modifier and Type Method Description GetViewResponse.Builder
GetViewResponse.Builder. __httpStatusCode__(int __httpStatusCode__)
static GetViewResponse.Builder
GetViewResponse. builder()
Return a new builder for this response object.GetViewResponse.Builder
GetViewResponse.Builder. copy(GetViewResponse o)
Copy method to populate the builder with values from the given instance.GetViewResponse.Builder
GetViewResponse.Builder. etag(String etag)
The current version of the resource, ending with a representation-specific suffix.GetViewResponse.Builder
GetViewResponse.Builder. headers(Map<String,List<String>> headers)
GetViewResponse.Builder
GetViewResponse.Builder. isNotModified(boolean isNotModified)
Flag to indicate whether or not the object was modified.GetViewResponse.Builder
GetViewResponse.Builder. opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.GetViewResponse.Builder
GetViewResponse.Builder. view(View view)
The returned View instance, or null ifGetViewResponse.isNotModified()
is true.
-