Uses of Class
com.oracle.bmc.identity.requests.GetGroupRequest.Builder
-
Packages that use GetGroupRequest.Builder Package Description com.oracle.bmc.identity.requests -
-
Uses of GetGroupRequest.Builder in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return GetGroupRequest.Builder Modifier and Type Method Description static GetGroupRequest.Builder
GetGroupRequest. builder()
Return a new builder for this request object.GetGroupRequest.Builder
GetGroupRequest.Builder. copy(GetGroupRequest o)
Copy method to populate the builder with values from the given instance.GetGroupRequest.Builder
GetGroupRequest.Builder. groupId(String groupId)
The OCID of the group.GetGroupRequest.Builder
GetGroupRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetGroupRequest.Builder
GetGroupRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetGroupRequest.Builder
GetGroupRequest. toBuilder()
Return an instance ofGetGroupRequest.Builder
that allows you to modify request properties.
-