Uses of Class
com.oracle.bmc.identitydomains.model.AppStatusChanger
-
Packages that use AppStatusChanger Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of AppStatusChanger in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppStatusChanger Modifier and Type Method Description AppStatusChanger
AppStatusChanger.Builder. build()
Methods in com.oracle.bmc.identitydomains.model with parameters of type AppStatusChanger Modifier and Type Method Description AppStatusChanger.Builder
AppStatusChanger.Builder. copy(AppStatusChanger model)
-
Uses of AppStatusChanger in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return AppStatusChanger Modifier and Type Method Description AppStatusChanger
PutAppStatusChangerRequest. getAppStatusChanger()
Replace the current instance of AppStatusChanger with provided payload.AppStatusChanger
PutAppStatusChangerRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.identitydomains.requests with parameters of type AppStatusChanger Modifier and Type Method Description PutAppStatusChangerRequest.Builder
PutAppStatusChangerRequest.Builder. appStatusChanger(AppStatusChanger appStatusChanger)
Replace the current instance of AppStatusChanger with provided payload.PutAppStatusChangerRequest.Builder
PutAppStatusChangerRequest.Builder. body$(AppStatusChanger body)
Alternative setter for the body parameter. -
Uses of AppStatusChanger in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return AppStatusChanger Modifier and Type Method Description AppStatusChanger
PutAppStatusChangerResponse. getAppStatusChanger()
The returned AppStatusChanger instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type AppStatusChanger Modifier and Type Method Description PutAppStatusChangerResponse.Builder
PutAppStatusChangerResponse.Builder. appStatusChanger(AppStatusChanger appStatusChanger)
The returned AppStatusChanger instance.
-