Uses of Class
com.oracle.bmc.identity.model.Group
-
Packages that use Group Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of Group in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type Group Modifier and Type Method Description Iterable<Group>
IdentityPaginators. listGroupsRecordIterator(ListGroupsRequest request)
Creates a new iterable which will iterate over theGroup
objects contained in responses from the listGroups operation. -
Uses of Group in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return Group Modifier and Type Method Description Group
Group.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type Group Modifier and Type Method Description Group.Builder
Group.Builder. copy(Group model)
-
Uses of Group in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return Group Modifier and Type Method Description Group
CreateGroupResponse. getGroup()
The returned Group instance.Group
GetGroupResponse. getGroup()
The returned Group instance.Group
UpdateGroupResponse. getGroup()
The returned Group instance.Methods in com.oracle.bmc.identity.responses that return types with arguments of type Group Modifier and Type Method Description List<Group>
ListGroupsResponse. getItems()
A list of com.oracle.bmc.identity.model.Group instances.Methods in com.oracle.bmc.identity.responses with parameters of type Group Modifier and Type Method Description CreateGroupResponse.Builder
CreateGroupResponse.Builder. group(Group group)
The returned Group instance.GetGroupResponse.Builder
GetGroupResponse.Builder. group(Group group)
The returned Group instance.UpdateGroupResponse.Builder
UpdateGroupResponse.Builder. group(Group group)
The returned Group instance.Method parameters in com.oracle.bmc.identity.responses with type arguments of type Group Modifier and Type Method Description ListGroupsResponse.Builder
ListGroupsResponse.Builder. items(List<Group> items)
A list of com.oracle.bmc.identity.model.Group instances.
-