Uses of Class
com.mediumapi.domain.welcome.UserIdForUsernameGet200Response
Packages that use UserIdForUsernameGet200Response
-
Uses of UserIdForUsernameGet200Response in com.mediumapi.apiclient
Methods in com.mediumapi.apiclient that return types with arguments of type UserIdForUsernameGet200ResponseModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<UserIdForUsernameGet200Response>UserApi.userIdForUsernameGet(String username) GET /user/id_for/{username} : Get User ID Returns the unique `user_id` for the given `username`. -
Uses of UserIdForUsernameGet200Response in com.mediumapi.client
Methods in com.mediumapi.client that return types with arguments of type UserIdForUsernameGet200ResponseModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<UserIdForUsernameGet200Response>UserApiClient.userIdForUsernameGet(String username) GET /user/id_for/{username} : Get User ID Returns the unique `user_id` for the given `username`. -
Uses of UserIdForUsernameGet200Response in com.mediumapi.domain.welcome
Methods in com.mediumapi.domain.welcome that return UserIdForUsernameGet200ResponseModifier and TypeMethodDescription