Uses of Class
com.oracle.bmc.identity.model.IdpGroupMapping
-
Packages that use IdpGroupMapping Package Description com.oracle.bmc.identity com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of IdpGroupMapping in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return types with arguments of type IdpGroupMapping Modifier and Type Method Description Iterable<IdpGroupMapping>
IdentityPaginators. listIdpGroupMappingsRecordIterator(ListIdpGroupMappingsRequest request)
Creates a new iterable which will iterate over theIdpGroupMapping
objects contained in responses from the listIdpGroupMappings operation. -
Uses of IdpGroupMapping in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return IdpGroupMapping Modifier and Type Method Description IdpGroupMapping
IdpGroupMapping.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type IdpGroupMapping Modifier and Type Method Description IdpGroupMapping.Builder
IdpGroupMapping.Builder. copy(IdpGroupMapping model)
-
Uses of IdpGroupMapping in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return IdpGroupMapping Modifier and Type Method Description IdpGroupMapping
CreateIdpGroupMappingResponse. getIdpGroupMapping()
The returned IdpGroupMapping instance.IdpGroupMapping
GetIdpGroupMappingResponse. getIdpGroupMapping()
The returned IdpGroupMapping instance.IdpGroupMapping
UpdateIdpGroupMappingResponse. getIdpGroupMapping()
The returned IdpGroupMapping instance.Methods in com.oracle.bmc.identity.responses that return types with arguments of type IdpGroupMapping Modifier and Type Method Description List<IdpGroupMapping>
ListIdpGroupMappingsResponse. getItems()
A list of com.oracle.bmc.identity.model.IdpGroupMapping instances.Methods in com.oracle.bmc.identity.responses with parameters of type IdpGroupMapping Modifier and Type Method Description CreateIdpGroupMappingResponse.Builder
CreateIdpGroupMappingResponse.Builder. idpGroupMapping(IdpGroupMapping idpGroupMapping)
The returned IdpGroupMapping instance.GetIdpGroupMappingResponse.Builder
GetIdpGroupMappingResponse.Builder. idpGroupMapping(IdpGroupMapping idpGroupMapping)
The returned IdpGroupMapping instance.UpdateIdpGroupMappingResponse.Builder
UpdateIdpGroupMappingResponse.Builder. idpGroupMapping(IdpGroupMapping idpGroupMapping)
The returned IdpGroupMapping instance.Method parameters in com.oracle.bmc.identity.responses with type arguments of type IdpGroupMapping Modifier and Type Method Description ListIdpGroupMappingsResponse.Builder
ListIdpGroupMappingsResponse.Builder. items(List<IdpGroupMapping> items)
A list of com.oracle.bmc.identity.model.IdpGroupMapping instances.
-