Uses of Class
com.kaltura.client.enums.ResetPassLinkType
-
Packages that use ResetPassLinkType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of ResetPassLinkType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return ResetPassLinkType Modifier and Type Method Description static ResetPassLinkTypeResetPassLinkType. get(String value)static ResetPassLinkTypeResetPassLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResetPassLinkType[]ResetPassLinkType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResetPassLinkType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type ResetPassLinkType Modifier and Type Method Description static UserService.ResetPasswordUserBuilderUserService. resetPassword(String email, ResetPassLinkType linkType)Reset user's password and send the user an email to generate a new one.Constructors in com.kaltura.client.services with parameters of type ResetPassLinkType Constructor Description ResetPasswordUserBuilder(String email, ResetPassLinkType linkType)
-