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.modelMethods in com.oracle.bmc.identitydomains.model that return UserPasswordResetter Modifier and Type Method Description UserPasswordResetterUserPasswordResetter.Builder. build()Methods in com.oracle.bmc.identitydomains.model with parameters of type UserPasswordResetter Modifier and Type Method Description UserPasswordResetter.BuilderUserPasswordResetter.Builder. copy(UserPasswordResetter model)
- 
Uses of UserPasswordResetter in com.oracle.bmc.identitydomains.requestsMethods in com.oracle.bmc.identitydomains.requests that return UserPasswordResetter Modifier and Type Method Description UserPasswordResetterPutUserPasswordResetterRequest. getBody$()Alternative accessor for the body parameter.UserPasswordResetterPutUserPasswordResetterRequest. 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.BuilderPutUserPasswordResetterRequest.Builder. body$(UserPasswordResetter body)Alternative setter for the body parameter.PutUserPasswordResetterRequest.BuilderPutUserPasswordResetterRequest.Builder. userPasswordResetter(UserPasswordResetter userPasswordResetter)Replace the current instance of UserPasswordResetter with provided payload.
- 
Uses of UserPasswordResetter in com.oracle.bmc.identitydomains.responsesMethods in com.oracle.bmc.identitydomains.responses that return UserPasswordResetter Modifier and Type Method Description UserPasswordResetterPutUserPasswordResetterResponse. getUserPasswordResetter()The returned UserPasswordResetter instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type UserPasswordResetter Modifier and Type Method Description PutUserPasswordResetterResponse.BuilderPutUserPasswordResetterResponse.Builder. userPasswordResetter(UserPasswordResetter userPasswordResetter)The returned UserPasswordResetter instance.
 
-