Uses of Class
com.oracle.bmc.streaming.model.CreateGroupCursorDetails
-
Packages that use CreateGroupCursorDetails Package Description com.oracle.bmc.streaming.model com.oracle.bmc.streaming.requests -
-
Uses of CreateGroupCursorDetails in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return CreateGroupCursorDetails Modifier and Type Method Description CreateGroupCursorDetails
CreateGroupCursorDetails.Builder. build()
Methods in com.oracle.bmc.streaming.model with parameters of type CreateGroupCursorDetails Modifier and Type Method Description CreateGroupCursorDetails.Builder
CreateGroupCursorDetails.Builder. copy(CreateGroupCursorDetails model)
-
Uses of CreateGroupCursorDetails in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return CreateGroupCursorDetails Modifier and Type Method Description CreateGroupCursorDetails
CreateGroupCursorRequest. getBody$()
Alternative accessor for the body parameter.CreateGroupCursorDetails
CreateGroupCursorRequest. getCreateGroupCursorDetails()
The information used to create the cursor.Methods in com.oracle.bmc.streaming.requests with parameters of type CreateGroupCursorDetails Modifier and Type Method Description CreateGroupCursorRequest.Builder
CreateGroupCursorRequest.Builder. body$(CreateGroupCursorDetails body)
Alternative setter for the body parameter.CreateGroupCursorRequest.Builder
CreateGroupCursorRequest.Builder. createGroupCursorDetails(CreateGroupCursorDetails createGroupCursorDetails)
The information used to create the cursor.
-