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