Uses of Class
com.oracle.bmc.identity.model.UpdateIdpGroupMappingDetails
-
Packages that use UpdateIdpGroupMappingDetails Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.requests -
-
Uses of UpdateIdpGroupMappingDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return UpdateIdpGroupMappingDetails Modifier and Type Method Description UpdateIdpGroupMappingDetails
UpdateIdpGroupMappingDetails.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type UpdateIdpGroupMappingDetails Modifier and Type Method Description UpdateIdpGroupMappingDetails.Builder
UpdateIdpGroupMappingDetails.Builder. copy(UpdateIdpGroupMappingDetails model)
-
Uses of UpdateIdpGroupMappingDetails in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateIdpGroupMappingDetails Modifier and Type Method Description UpdateIdpGroupMappingDetails
UpdateIdpGroupMappingRequest. getBody$()
Alternative accessor for the body parameter.UpdateIdpGroupMappingDetails
UpdateIdpGroupMappingRequest. getUpdateIdpGroupMappingDetails()
Request object for updating an identity provider group mappingMethods in com.oracle.bmc.identity.requests with parameters of type UpdateIdpGroupMappingDetails Modifier and Type Method Description UpdateIdpGroupMappingRequest.Builder
UpdateIdpGroupMappingRequest.Builder. body$(UpdateIdpGroupMappingDetails body)
Alternative setter for the body parameter.UpdateIdpGroupMappingRequest.Builder
UpdateIdpGroupMappingRequest.Builder. updateIdpGroupMappingDetails(UpdateIdpGroupMappingDetails updateIdpGroupMappingDetails)
Request object for updating an identity provider group mapping
-