A B C D E F G H L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- saveTrip(Trip) - Method in class com.example.airplanned.activity.AddingTripActivity
-
This method sends a trip object to the server using a post request
- saveTrip(Trip) - Method in interface com.example.airplanned.api.TripApi
-
Sends trip object to backend to save as a new trip
- setCommenter(User) - Method in class com.example.airplanned.model.Comment
-
sets the User of the comment
- setComments(ArrayList<Comment>) - Method in class com.example.airplanned.model.Post
-
sets the arraylist of comments under a post
- setDescription(String) - Method in class com.example.airplanned.model.Post
-
sets the description of a post
- setDuration(String) - Method in class com.example.airplanned.model.Trip
-
sets the trip's duration
- setEmailid(String) - Method in class com.example.airplanned.model.User
-
sets the user's email id
- setFlight(String) - Method in class com.example.airplanned.model.Trip
-
sets the trip's flight
- setHotel(String) - Method in class com.example.airplanned.model.Trip
-
sets the trip's hotel
- setId(String) - Method in class com.example.airplanned.model.User
-
sets the user's id
- setLikesCounter(int) - Method in class com.example.airplanned.model.Post
-
updates the number of likes on the post
- setLocation(String) - Method in class com.example.airplanned.model.Hotel
- setLocation(String) - Method in class com.example.airplanned.model.Trip
-
sets the user's username
- setMessage(String) - Method in class com.example.airplanned.model.Comment
-
replaces the current message with message passed through
- setName(String) - Method in class com.example.airplanned.model.Hotel
- setName(String) - Method in class com.example.airplanned.model.User
-
sets the user's username
- setPassword(String) - Method in class com.example.airplanned.model.User
-
sets the user's password
- setPostDate(String) - Method in class com.example.airplanned.model.Post
-
sets the date of the post
- setPostId(int) - Method in class com.example.airplanned.model.Post
-
sets the post id
- setPostImage(String) - Method in class com.example.airplanned.model.Post
-
sets the post image
- setPostTitle(String) - Method in class com.example.airplanned.model.Post
-
sets the title if the user wants to update the post
- setPrice(String) - Method in class com.example.airplanned.model.Hotel
- setPublisher(User) - Method in class com.example.airplanned.model.Post
-
sets the user who made the post
- setSize(String) - Method in class com.example.airplanned.model.Hotel
- SlimCallback<T> - Class in com.example.airplanned.api
-
This class generalized the call back function in retrofit calls
- SlimCallback(LambdaInterface<T>) - Constructor for class com.example.airplanned.api.SlimCallback
-
constructor for slimback call
All Classes All Packages