Uses of Class
app.cybrid.cybrid_api_id.client.model.UserIdpModel
-
Packages that use UserIdpModel Package Description app.cybrid.cybrid_api_id.client.api app.cybrid.cybrid_api_id.client.model -
-
Uses of UserIdpModel in app.cybrid.cybrid_api_id.client.api
Methods in app.cybrid.cybrid_api_id.client.api that return types with arguments of type UserIdpModel Modifier and Type Method Description reactor.core.publisher.Mono<UserIdpModel>UsersIdpApi. createUser(PostUserIdpModel postUserIdpModel)Create user Creates a user.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UserIdpModel>>UsersIdpApi. createUserWithHttpInfo(PostUserIdpModel postUserIdpModel)reactor.core.publisher.Mono<UserIdpModel>UsersIdpApi. getUser(String userGuid)Get User Retrieves a user.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UserIdpModel>>UsersIdpApi. getUserWithHttpInfo(String userGuid) -
Uses of UserIdpModel in app.cybrid.cybrid_api_id.client.model
Methods in app.cybrid.cybrid_api_id.client.model that return UserIdpModel Modifier and Type Method Description UserIdpModelUserIdpModel. createdAt(OffsetDateTime createdAt)UserIdpModelUserIdpModel. email(String email)UserIdpModelUserIdpModel. guid(String guid)UserIdpModelUserIdpModel. username(String username)Methods in app.cybrid.cybrid_api_id.client.model that return types with arguments of type UserIdpModel Modifier and Type Method Description List<UserIdpModel>UserListIdpModel. getObjects()Array of applicationsMethods in app.cybrid.cybrid_api_id.client.model with parameters of type UserIdpModel Modifier and Type Method Description UserListIdpModelUserListIdpModel. addObjectsItem(UserIdpModel objectsItem)Method parameters in app.cybrid.cybrid_api_id.client.model with type arguments of type UserIdpModel Modifier and Type Method Description UserListIdpModelUserListIdpModel. objects(List<UserIdpModel> objects)voidUserListIdpModel. setObjects(List<UserIdpModel> objects)
-