Uses of Class
com.okta.sdk.resource.UserNextLogin
-
Packages that use UserNextLogin Package Description com.okta.sdk.client com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of UserNextLogin in com.okta.sdk.client
Methods in com.okta.sdk.client with parameters of type UserNextLogin Modifier and Type Method Description User
Client. 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
Methods in com.okta.sdk.resource that return UserNextLogin Modifier and Type Method Description static UserNextLogin
UserNextLogin. 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. -
Uses of UserNextLogin in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder with parameters of type UserNextLogin Modifier and Type Method Description UserBuilder
UserBuilder. setNextLogin(UserNextLogin nextLogin)
-