Uses of Class
org.eclipse.microprofile.openapi.apps.airlines.model.User
-
Packages that use User Package Description org.eclipse.microprofile.openapi.apps.airlines.data Copyright (c) 2017 Contributors to the Eclipse Foundationorg.eclipse.microprofile.openapi.apps.airlines.model Copyright (c) 2017 Contributors to the Eclipse Foundationorg.eclipse.microprofile.openapi.apps.airlines.resources Copyright (c) 2017 Contributors to the Eclipse Foundation -
-
Uses of User in org.eclipse.microprofile.openapi.apps.airlines.data
Methods in org.eclipse.microprofile.openapi.apps.airlines.data that return User Modifier and Type Method Description UserUserData. findUserById(int id)UserUserData. findUserByName(String username)Methods in org.eclipse.microprofile.openapi.apps.airlines.data with parameters of type User Modifier and Type Method Description voidUserData. addUser(User user) -
Uses of User in org.eclipse.microprofile.openapi.apps.airlines.model
Methods in org.eclipse.microprofile.openapi.apps.airlines.model that return User Modifier and Type Method Description UserReview. getUser()Returns the user of this ReviewMethods in org.eclipse.microprofile.openapi.apps.airlines.model with parameters of type User Modifier and Type Method Description voidReview. setUser(User user)Sets the user for this ReviewConstructors in org.eclipse.microprofile.openapi.apps.airlines.model with parameters of type User Constructor Description Review(String id, User user, Airline airlines, int rating, String comment)Creates an instance of the Review object with the given fields. -
Uses of User in org.eclipse.microprofile.openapi.apps.airlines.resources
Methods in org.eclipse.microprofile.openapi.apps.airlines.resources that return User Modifier and Type Method Description UserUserResource. specialOperation(User body, String param1)Operation to test hiding of request body and parameter schemasMethods in org.eclipse.microprofile.openapi.apps.airlines.resources with parameters of type User Modifier and Type Method Description jakarta.ws.rs.core.ResponseUserResource. createUser(User user)jakarta.ws.rs.core.ResponseUserResource. createUsersWithArrayInput(User[] users)UserUserResource. specialOperation(User body, String param1)Operation to test hiding of request body and parameter schemasjakarta.ws.rs.core.ResponseUserResource. updateUser(String username, User user)Method parameters in org.eclipse.microprofile.openapi.apps.airlines.resources with type arguments of type User Modifier and Type Method Description jakarta.ws.rs.core.ResponseUserResource. createUsersWithListInput(List<User> users)
-