Uses of Class
com.oracle.bmc.identitydomains.model.MyPendingApproval
-
Packages that use MyPendingApproval Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.responses -
-
Uses of MyPendingApproval in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyPendingApproval Modifier and Type Method Description MyPendingApproval
MyPendingApproval.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type MyPendingApproval Modifier and Type Method Description List<MyPendingApproval>
MyPendingApprovals. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyPendingApproval Modifier and Type Method Description MyPendingApproval.Builder
MyPendingApproval.Builder. copy(MyPendingApproval model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type MyPendingApproval Modifier and Type Method Description MyPendingApprovals.Builder
MyPendingApprovals.Builder. resources(List<MyPendingApproval> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of MyPendingApproval in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return MyPendingApproval Modifier and Type Method Description MyPendingApproval
GetMyPendingApprovalResponse. getMyPendingApproval()
The returned MyPendingApproval instance.MyPendingApproval
PatchMyPendingApprovalResponse. getMyPendingApproval()
The returned MyPendingApproval instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type MyPendingApproval Modifier and Type Method Description GetMyPendingApprovalResponse.Builder
GetMyPendingApprovalResponse.Builder. myPendingApproval(MyPendingApproval myPendingApproval)
The returned MyPendingApproval instance.PatchMyPendingApprovalResponse.Builder
PatchMyPendingApprovalResponse.Builder. myPendingApproval(MyPendingApproval myPendingApproval)
The returned MyPendingApproval instance.
-