Uses of Enum
org.openapitools.client.model.UserNextLogin
Packages that use UserNextLogin
Package
Description
-
Uses of UserNextLogin in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource with parameters of type UserNextLogin -
Uses of UserNextLogin in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user with parameters of type UserNextLogin -
Uses of UserNextLogin in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type UserNextLoginModifier and TypeMethodDescription<T> T
UserApi.createUser
(Class<?> T, CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentialsUserApi.createUser
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentialsorg.springframework.http.ResponseEntity<User>
UserApi.createUserWithHttpInfo
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentialsUserApi.createUserWithPaginationInfo
(CreateUserRequest body, Boolean activate, Boolean provider, UserNextLogin nextLogin) Create a User Creates a new user in your Okta organization with or without credentials -
Uses of UserNextLogin in org.openapitools.client.model
Methods in org.openapitools.client.model that return UserNextLoginModifier and TypeMethodDescriptionstatic UserNextLogin
static UserNextLogin
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.