Uses of Class
com.okta.sdk.resource.user.UserNextLogin
-
Packages that use UserNextLogin Package Description com.okta.sdk.client com.okta.sdk.resource.user -
-
Uses of UserNextLogin in com.okta.sdk.client
Methods in com.okta.sdk.client with parameters of type UserNextLogin Modifier and Type Method Description UserClient. createUser(CreateUserRequest body, java.lang.Boolean activate, java.lang.Boolean provider, UserNextLogin nextLogin)Create User Creates a new user in your Okta organization with or without credentials. -
Uses of UserNextLogin in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user that return UserNextLogin Modifier and Type Method Description static UserNextLoginUserNextLogin. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UserNextLogin[]UserNextLogin. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.user with parameters of type UserNextLogin Modifier and Type Method Description UserBuilderUserBuilder. setNextLogin(UserNextLogin nextLogin)
-