A B C D E F G H I J K L M N O P Q R S T U V 
All Classes All Packages

A

add(Match) - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Adds a Match to the cache.
add(Object) - Method in class com.rednit.tinder4j.requests.DataArray
 
addAll(DataArray) - Method in class com.rednit.tinder4j.requests.DataArray
 
addAll(Collection<?>) - Method in class com.rednit.tinder4j.requests.DataArray
 
addMessage(Message) - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
Adds a Message to the cache.
Algorithm - Class in com.rednit.tinder4j.api.entities.photo
This class contains all wrapped algorithm models.
Algorithm() - Constructor for class com.rednit.tinder4j.api.entities.photo.Algorithm
 
Algorithm.CropInfo - Class in com.rednit.tinder4j.api.entities.photo
Photo metadata and information about faces and used algorithms.
Algorithm.Face - Class in com.rednit.tinder4j.api.entities.photo
A Face inside a photo.
Algorithm.FacialScope - Class in com.rednit.tinder4j.api.entities.photo
A Facial Scope contains coordinates to locate faces inside a photo.
Algorithm.Hash - Class in com.rednit.tinder4j.api.entities.photo
A photo hash.
Attachment - Class in com.rednit.tinder4j.api.entities.message
Top level representation of a message attachment.
Attachment(Attachment.AttachmentType) - Constructor for class com.rednit.tinder4j.api.entities.message.Attachment
 
Attachment.AttachmentType - Enum in com.rednit.tinder4j.api.entities.message
An enum holding the different attachment types.
Attachment.ContactCardAttachment - Class in com.rednit.tinder4j.api.entities.message
A contact card attachment.
Attachment.GIFAttachment - Class in com.rednit.tinder4j.api.entities.message
A GIF attachment.
Attachment.SongAttachment - Class in com.rednit.tinder4j.api.entities.message
A song attachment.
awaitShutdown() - Method in class com.rednit.tinder4j.api.TinderClient
Blocks the current thread until all callback threads have finished their tasks.

B

body() - Method in class com.rednit.tinder4j.requests.Response
 

C

CallbackContext - Class in com.rednit.tinder4j.requests.async
 
CallbackContext() - Constructor for class com.rednit.tinder4j.requests.async.CallbackContext
 
canCreateSquad() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Whether the user can create a squad.
close() - Method in class com.rednit.tinder4j.requests.async.CallbackContext
 
close() - Method in class com.rednit.tinder4j.requests.Response
 
com.rednit.tinder4j.api - package com.rednit.tinder4j.api
The API of this wrapper.
com.rednit.tinder4j.api.cache - package com.rednit.tinder4j.api.cache
CacheViews for Matches and Messages.
com.rednit.tinder4j.api.entities - package com.rednit.tinder4j.api.entities
Models for all Tinder entities.
com.rednit.tinder4j.api.entities.message - package com.rednit.tinder4j.api.entities.message
 
com.rednit.tinder4j.api.entities.photo - package com.rednit.tinder4j.api.entities.photo
 
com.rednit.tinder4j.api.entities.socials - package com.rednit.tinder4j.api.entities.socials
 
com.rednit.tinder4j.api.entities.user - package com.rednit.tinder4j.api.entities.user
 
com.rednit.tinder4j.api.entities.user.swipeable - package com.rednit.tinder4j.api.entities.user.swipeable
 
com.rednit.tinder4j.api.requests - package com.rednit.tinder4j.api.requests
Interfaces for request logic.
com.rednit.tinder4j.exceptions - package com.rednit.tinder4j.exceptions
All exceptions that may be thrown by the wrapper.
com.rednit.tinder4j.requests - package com.rednit.tinder4j.requests
Internal package for request logic.
com.rednit.tinder4j.requests.async - package com.rednit.tinder4j.requests.async
 
compile(Object...) - Method in class com.rednit.tinder4j.requests.Route
 
complete() - Method in interface com.rednit.tinder4j.api.requests.RestAction
Blocks the current Thread and awaits the completion of a request.
complete() - Method in class com.rednit.tinder4j.requests.async.CompletedRestAction
 
complete() - Method in class com.rednit.tinder4j.requests.async.RestActionImpl
 
completedInitialFetch() - Method in class com.rednit.tinder4j.api.entities.socials.InstagramInfo
Whether the initial fetch got completed.
CompletedRestAction<T> - Class in com.rednit.tinder4j.requests.async
 
CompletedRestAction(T) - Constructor for class com.rednit.tinder4j.requests.async.CompletedRestAction
 
CONTACT_CARD - com.rednit.tinder4j.api.entities.message.Attachment.AttachmentType
a contact card holding account information for various social media platforms
ContactCardAttachment(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.message.Attachment.ContactCardAttachment
 
CropInfo(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.photo.Algorithm.CropInfo
 

D

DataArray - Class in com.rednit.tinder4j.requests
 
DataArray(List<Object>) - Constructor for class com.rednit.tinder4j.requests.DataArray
 
DataObject - Class in com.rednit.tinder4j.requests
 
DataObject(Map<String, Object>) - Constructor for class com.rednit.tinder4j.requests.DataObject
 
DefaultRatelimiter - Class in com.rednit.tinder4j.requests
 
DefaultRatelimiter() - Constructor for class com.rednit.tinder4j.requests.DefaultRatelimiter
 
delete() - Method in class com.rednit.tinder4j.api.entities.Match
Deletes the match.
DELETE - com.rednit.tinder4j.requests.Route.Method
 
DELETE_CITY - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
DELETE_INTERESTS - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
DELETE_MATCH - Static variable in class com.rednit.tinder4j.requests.Route.Match
 
DELETE_SELF - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
Descriptor(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.user.Metadata.Descriptor
Constructs a new Descriptor.
dislike() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Dislikes/passes the user.
DISLIKE - Static variable in class com.rednit.tinder4j.requests.Route.User
 

E

empty() - Static method in class com.rednit.tinder4j.requests.DataArray
 
empty() - Static method in class com.rednit.tinder4j.requests.DataObject
 
Entity - Class in com.rednit.tinder4j.api.entities
Abstract top level class for all Tinder entities that have an id.
Entity(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.Entity
Constructs a new Entity.

F

Face(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.photo.Algorithm.Face
 
FacialScope(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.photo.Algorithm.FacialScope
 
FEMALE - com.rednit.tinder4j.api.entities.user.Gender
Female.
forEach(Consumer<? super Match>) - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
 
forEach(Consumer<? super Message>) - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
 
fromCollection(Collection<?>) - Static method in class com.rednit.tinder4j.requests.DataArray
 
fromId(int) - Static method in enum com.rednit.tinder4j.api.entities.user.Gender
Gets a Gender from id
fromJson(InputStream) - Static method in class com.rednit.tinder4j.requests.DataArray
 
fromJson(InputStream) - Static method in class com.rednit.tinder4j.requests.DataObject
 
fromJson(String) - Static method in class com.rednit.tinder4j.requests.DataArray
 
fromJson(String) - Static method in class com.rednit.tinder4j.requests.DataObject
 

G

Gender - Enum in com.rednit.tinder4j.api.entities.user
All available Genders.
GenericPhoto - Class in com.rednit.tinder4j.api.entities.photo
Top level class for photos.
GenericPhoto(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.photo.GenericPhoto
Constructs a new GenericPhoto.
GenericUser - Class in com.rednit.tinder4j.api.entities.user
Abstract top level class for users.
GenericUser(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.GenericUser
Constructs a new GenericUser.
get(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
get(String, Class<T>) - Method in class com.rednit.tinder4j.requests.DataObject
 
GET - com.rednit.tinder4j.requests.Route.Method
 
GET_LIKE_COUNT - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_LIKE_PREVIEWS - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_LIKED_USERS - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_MATCH - Static variable in class com.rednit.tinder4j.requests.Route.Match
 
GET_MATCHES - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_MATCHES_PAGE - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_MESSAGE - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_MESSAGES - Static variable in class com.rednit.tinder4j.requests.Route.Match
 
GET_MESSAGES_PAGE - Static variable in class com.rednit.tinder4j.requests.Route.Match
 
GET_RECENTLY_ACTIVE - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_RECOMMENDATIONS - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_SELF - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_UPDATES - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
GET_USER - Static variable in class com.rednit.tinder4j.requests.Route.User
 
GET_USER_BY_NAME - Static variable in class com.rednit.tinder4j.requests.Route.User
 
getAge() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets the age of the user.
getAgeFilterMax() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the maximum age filter.
getAgeFilterMin() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the minimum age filter.
getAlbum() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifySongAttachment
getAlgorithm() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.CropInfo
 
getAlgorithm() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.Face
 
getAlpha3() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.PositionInfo
Gets the alpha3.
getArray(int) - Method in class com.rednit.tinder4j.requests.DataArray
 
getArray(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getArtists() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifySongAttachment
Gets a List of all SpotifyArtists featured on this track.
getAssets() - Method in class com.rednit.tinder4j.api.entities.photo.MatchPhoto
Gets a possibly empty List of SizedImages.
getAssets() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
Gets a possibly empty List of SizedImages.
getAt() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Position
I have no idea.
getAttachment() - Method in class com.rednit.tinder4j.api.entities.message.Message
Gets an Optional holding the Attachment
getAttachmentType() - Method in class com.rednit.tinder4j.api.entities.message.Message
Gets the AttachmentType.
getAuthorId() - Method in class com.rednit.tinder4j.api.entities.message.Message
Gets the author id.
getBadges() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets a possibly empty List the badges the user has.
getBio() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets the bio of the user.
getBirthdate() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets the users' birthdate.
getBirthDateInfo() - Method in class com.rednit.tinder4j.api.entities.user.MatchedUser
Gets the birthdate information.
getBirthDateInfo() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
Gets the birthdate information.
getBody() - Method in class com.rednit.tinder4j.requests.Request
 
getBoolean(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getBoundingBoxPercentage() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.Face
 
getCallbackPool() - Method in class com.rednit.tinder4j.api.TinderClient
Gets the ExecutorService used for callbacks.
getCc() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.PositionInfo
Gets the cc.
getCity() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets the city.
getClient() - Method in class com.rednit.tinder4j.api.entities.Entity
Gets the corresponding TinderClient instance.
getClient() - Method in class com.rednit.tinder4j.requests.Request
 
getCode() - Method in class com.rednit.tinder4j.requests.Response
 
getCompany() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Job
Gets the company.
getCompiledRoute() - Method in class com.rednit.tinder4j.requests.Request
 
getContactId() - Method in class com.rednit.tinder4j.api.entities.message.Attachment.ContactCardAttachment
Gets the contact id, e.g.
getContactType() - Method in class com.rednit.tinder4j.api.entities.message.Attachment.ContactCardAttachment
Gets the type of contact card, e.g.
getContent() - Method in class com.rednit.tinder4j.api.entities.message.Message
Gets the message content.
getContentHash() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.LikedUser
Gets the contentHash.
getContentHash() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.Recommendation
Gets the contentHash.
getCountry() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.PositionInfo
Gets the country.
getCreatedAt() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
Gets the date the photo was created.
getCreateDate() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the date the profile was created.
getCreatedDate() - Method in class com.rednit.tinder4j.api.entities.Match
Gets the date the match was created.
getCropInfo() - Method in class com.rednit.tinder4j.api.entities.photo.GenericPhoto
Gets the CropInfo.
getDelay(Request<?>) - Method in interface com.rednit.tinder4j.api.requests.Ratelimiter
Gets the delay a request should be delayed with in ms.
getDelay(Request<?>) - Method in class com.rednit.tinder4j.requests.DefaultRatelimiter
 
getDescriptors() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets a possibly empty List of Descriptors.
getDHash() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
 
getDistanceFilter() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the distance filter.
getDistanceKm() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets the distance as kilometers.
getDistanceMi() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets the distance as miles.
getDouble(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getEmail() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the email.
getExpireTime() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.LikedUser
Gets the time this user won't be available via TinderClient.getLikedUsers() anymore.
getExtension() - Method in class com.rednit.tinder4j.api.entities.photo.GenericPhoto
Gets the file extension.
getFaces() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.CropInfo
 
getFbId() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
 
getFileName() - Method in class com.rednit.tinder4j.api.entities.photo.GenericPhoto
Gets the filename.
getFloat(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getGender() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets the Gender of the user.
getGenderFilter() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the Gender filter.
getHeight() - Method in class com.rednit.tinder4j.api.entities.photo.SizedImage
Gets the height of the image.
getHeightPct() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.FacialScope
 
getIconUrl() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Descriptor
Gets the icon url of the descriptor.
getIconUrls() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Descriptor
Gets a List of icon urls.
getId() - Method in class com.rednit.tinder4j.api.entities.Entity
Gets the id of the entity.
getId() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyAlbum
Gets the id of the album.
getId() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyArtist
Gets the id of the artist.
getId() - Method in enum com.rednit.tinder4j.api.entities.user.Gender
Gets the Gender id.
getId() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Descriptor
Gets the id of the descriptor.
getImages() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyAlbum
Returns a List of SizedImages containing the album cover in different resolutions.
getInstagramInfo() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
If connected, gets the InstagramInfo, else Optional.empty().
getInstance() - Static method in class com.rednit.tinder4j.requests.async.CallbackContext
 
getInteger(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getInterestedIn() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets a Set of Genders.
getInterests() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets a possibly empty List of interests, such as reading, road trips, etc.
getJob() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the Job.
getJob() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets the Job.
getLastActivityDate() - Method in class com.rednit.tinder4j.api.entities.Match
 
getLastFetchTime() - Method in class com.rednit.tinder4j.api.entities.socials.InstagramInfo
Gets the last time Instagram got fetched.
getLastOnline() - Method in class com.rednit.tinder4j.api.entities.user.MatchedUser
Gets the last time the user was online.
getLastOnline() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the last time the user was online.
getLastOnline() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
Gets the last time the user was online.
getLastSeenMessageId() - Method in class com.rednit.tinder4j.api.entities.Match
Gets the last seen message id.
getLatitude() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Position
Gets the latitude.
getLikeCount() - Method in class com.rednit.tinder4j.api.TinderClient
Gets the amount of received likes from the Tinder API.
getLikedContent() - Method in class com.rednit.tinder4j.api.entities.Match
Gets the MatchPhoto one of the participants liked.
getLikedUsers() - Method in class com.rednit.tinder4j.api.TinderClient
Gets a List of LikedUsers from the Tinder API.
getLikePreviews() - Method in class com.rednit.tinder4j.api.TinderClient
Gets LikePreviews from the Tinder API.
getLong(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getLongitude() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Position
Gets the longitude.
getMatch(String) - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Gets a Match by id.
getMatchCacheView() - Method in class com.rednit.tinder4j.api.TinderClient
Gets the MatchCacheView.
getMatchedUser() - Method in class com.rednit.tinder4j.api.entities.Match
Gets the MatchedUser.
getMatches() - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Gets all Matches inside the cache.
getMatchesByAge(int) - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Gets all matches filtered by the age of the matched user.
getMatchesByName(String) - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Gets all matches filtered by the name of the matched user.
getMatchId() - Method in class com.rednit.tinder4j.api.entities.message.Message
Gets the match id.
getMatchId() - Method in class com.rednit.tinder4j.api.entities.Update.NewMessage
Gets the message id.
getMatchPhotos() - Method in class com.rednit.tinder4j.api.entities.user.MatchedUser
Gets a List of MatchPhotos.
getMediaCount() - Method in class com.rednit.tinder4j.api.entities.socials.InstagramInfo
Gets the media count.
getMessage(String) - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
Gets a Message by id.
getMessageCacheView() - Method in class com.rednit.tinder4j.api.entities.Match
getMessageId() - Method in class com.rednit.tinder4j.api.entities.Update.NewMessage
Gets the message id.
getMessages() - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
Gets the first 60 Messages of a Match.
getMethod() - Method in class com.rednit.tinder4j.requests.Route.CompiledRoute
 
getMethod() - Method in class com.rednit.tinder4j.requests.Route
 
getName() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyAlbum
Gets the name of the album.
getName() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyArtist
Gets the name of the artist.
getName() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets the name of the user.
getName() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Descriptor
Gets the name of the descriptor.
getNewMatches() - Method in class com.rednit.tinder4j.api.entities.Update
A possibly empty List of new matches.
getNewMessages() - Method in class com.rednit.tinder4j.api.entities.Update
A possibly empty List of new messages.
getObject(int) - Method in class com.rednit.tinder4j.requests.DataArray
 
getObject(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getPHash() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
 
getPhotos() - Method in class com.rednit.tinder4j.api.entities.socials.InstagramInfo
A possibly empty List of InstagramPhotos.
getPhotos() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets a List of GenericPhotos of the user.
getPhotos() - Method in class com.rednit.tinder4j.api.entities.user.LikePreview
Gets a List of GenericPhotos of the user.
getPosition() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the Position.
getPositionInfo() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the PositionInfo.
getProcessedFiles() - Method in class com.rednit.tinder4j.api.entities.photo.GenericPhoto
Gets a List of SizedImages.
getProfilePhotos() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets a List of ProfilePhotos.
getPrompt() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Descriptor
Gets the prompt of the descriptor.
getQuality() - Method in class com.rednit.tinder4j.api.entities.photo.SizedImage
Gets the quality of the image.
getRank() - Method in class com.rednit.tinder4j.api.entities.photo.MatchPhoto
 
getRank() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
 
getRatelimiter() - Method in class com.rednit.tinder4j.api.TinderClient
Gets the Ratelimiter used to rate limit requests.
getRecipientId() - Method in class com.rednit.tinder4j.api.entities.message.Message
Gets the recipient id.
getRecommendations() - Method in class com.rednit.tinder4j.api.TinderClient
Gets Recommendations from the Tinder API.
getRequester() - Method in class com.rednit.tinder4j.api.TinderClient
Gets the Requester used to send API requests.
getResponse() - Method in class com.rednit.tinder4j.api.entities.Update
Gets the raw DataObject holding the response.
getRestAction() - Method in class com.rednit.tinder4j.requests.Request
 
getRoute() - Method in class com.rednit.tinder4j.requests.Route.CompiledRoute
 
getRoute() - Method in class com.rednit.tinder4j.requests.Route
 
getSchool() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Gets the school.
getSchool() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets the school.
getScore() - Method in class com.rednit.tinder4j.api.entities.photo.MatchPhoto
 
getScore() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
 
getSelection() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Descriptor
Gets the descriptor choice the user made.
getSelfUser() - Method in class com.rednit.tinder4j.api.TinderClient
Gets the SelfUser from the Tinder API.
getSentDate() - Method in class com.rednit.tinder4j.api.entities.message.Message
Gets the date the message was sent.
getSexualOrientations() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
Gets a possibly empty List of the sexual orientations of a user.
getSNumber() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets the sNumber.
getSong() - Method in class com.rednit.tinder4j.api.entities.message.Attachment.SongAttachment
getString(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
getTeasers() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets a possibly empty List of Teasers.
getThemeTrack() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
getThumbnail() - Method in class com.rednit.tinder4j.api.entities.socials.InstagramInfo.InstagramPhoto
Gets the thumbnail image url, uses the Instagram cdn.
getTimezone() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.PositionInfo
Gets the timezone.
getTinderClient() - Method in class com.rednit.tinder4j.requests.async.RestActionImpl
 
getTitle() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Job
Gets the title.
getTopArtists() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Gets a possibly empty List of SpotifyTopArtists.
getTrack() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyTopArtist
Gets the most popular track of the artist
getTs() - Method in class com.rednit.tinder4j.api.entities.socials.InstagramInfo.InstagramPhoto
 
getType() - Method in class com.rednit.tinder4j.api.entities.message.Attachment
Gets the attachment type
getType() - Method in class com.rednit.tinder4j.api.entities.photo.GenericPhoto
Gets the type of the photo.
getType() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Teaser
Gets the type of the teaser, e.g.
getUpdatedAt() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
Gets the date the photo was updated.
getUpdates(String) - Method in class com.rednit.tinder4j.api.TinderClient
Gets an Update from the Tinder API.
getUri() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyTrack
Gets the uri to the song.
getUrl() - Method in class com.rednit.tinder4j.api.entities.message.Attachment.ContactCardAttachment
If present, gets the url to the social media profile.
getUrl() - Method in class com.rednit.tinder4j.api.entities.message.Attachment.GIFAttachment
Gets the url of the GIF.
getUrl() - Method in class com.rednit.tinder4j.api.entities.photo.GenericPhoto
Gets the url to the photo in original resolution.
getUrl() - Method in class com.rednit.tinder4j.api.entities.photo.SizedImage
Gets the url to the image.
getUrl() - Method in class com.rednit.tinder4j.api.entities.socials.InstagramInfo.InstagramPhoto
Gets the image url, uses the Instagram cdn.
getUrl() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifySongAttachment
Gets the url to the song.
getUser() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.CropInfo
 
getUserProfile() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Gets the UserProfile.
getUserProfile(String) - Method in class com.rednit.tinder4j.api.TinderClient
Gets an UserProfile from the Tinder API by id.
getValue() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.Hash
 
getValue() - Method in class com.rednit.tinder4j.api.entities.user.Metadata.Teaser
Gets the actual value of the teaser, e.g.
getVersion() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.Hash
 
getWebpQf() - Method in class com.rednit.tinder4j.api.entities.photo.MatchPhoto
 
getWebpQf() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
 
getWidth() - Method in class com.rednit.tinder4j.api.entities.photo.SizedImage
Gets the width of the image.
getWidthPct() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.FacialScope
 
getWinCount() - Method in class com.rednit.tinder4j.api.entities.photo.MatchPhoto
 
getWinCount() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
 
getXOffsetPct() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.FacialScope
 
getYOffsetPct() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.FacialScope
 
GIF - com.rednit.tinder4j.api.entities.message.Attachment.AttachmentType
a Tenor GIF
GIFAttachment(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.message.Attachment.GIFAttachment
 

H

handleResponse(Response) - Method in class com.rednit.tinder4j.requests.Request
 
handleResponse(Response, Request<T>) - Method in class com.rednit.tinder4j.requests.async.RestActionImpl
 
hasAssets() - Method in class com.rednit.tinder4j.api.entities.photo.MatchPhoto
Whether this MatchPhoto has assets.
hasAssets() - Method in class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
Whether this MatchPhoto has assets.
hasBadges() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Whether this user has badges.
hasBeenSuperLiked() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.LikedUser
Whether the user has been superliked.
hasFaces() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.CropInfo
 
Hash(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.photo.Algorithm.Hash
 
hasKey(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
HIDDEN - com.rednit.tinder4j.api.entities.user.Gender
Gender is not displayed.
hideAge() - Method in class com.rednit.tinder4j.api.entities.user.MatchedUser
Whether the age of the user should be hidden
hideDistance() - Method in class com.rednit.tinder4j.api.entities.user.MatchedUser
Whether the distance of the user should be hidden
hideDistance() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
Whether the distance of the user should be hidden
HttpStatusCodeException - Exception in com.rednit.tinder4j.exceptions
RuntimeException thrown when a non-ok http status code occurs.
HttpStatusCodeException(String) - Constructor for exception com.rednit.tinder4j.exceptions.HttpStatusCodeException
Constructs a new HttpStatusCodeException.

I

insert(int, Object) - Method in class com.rednit.tinder4j.requests.DataArray
 
InstagramInfo - Class in com.rednit.tinder4j.api.entities.socials
Class containing Instagram photos if the Tinder profile is connected with Instagram.
InstagramInfo(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.socials.InstagramInfo
Constructs a new InstagramInfo
InstagramInfo.InstagramPhoto - Class in com.rednit.tinder4j.api.entities.socials
A photo from Instagram, only used inside a InstagramInfo.
InstagramPhoto(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.socials.InstagramInfo.InstagramPhoto
Constructs a new InstagramPhoto.
isBoostMatch() - Method in class com.rednit.tinder4j.api.entities.Match
Whether one of the participants used a boost.
isCallbackContext() - Static method in class com.rednit.tinder4j.requests.async.CallbackContext
 
isClosed() - Method in class com.rednit.tinder4j.api.entities.Match
Whether the match is closed.
isDead() - Method in class com.rednit.tinder4j.api.entities.Match
Whether the match is dead.
isEmpty() - Method in class com.rednit.tinder4j.requests.DataArray
 
isError() - Method in class com.rednit.tinder4j.requests.Response
 
isExperiencesMatch() - Method in class com.rednit.tinder4j.api.entities.Match
Whether the match is an experiences match.
isFastMatch() - Method in class com.rednit.tinder4j.api.entities.Match
Whether the match is a fast match.
isFollowing() - Method in class com.rednit.tinder4j.api.entities.Match
Whether one of the participants is following.
isFollowingMoments() - Method in class com.rednit.tinder4j.api.entities.Match
Whether one of the participants is following moments.
isGroupMatched() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.Recommendation
Whether the user is group matched.
isNull(int) - Method in class com.rednit.tinder4j.requests.DataArray
 
isNull(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
isOk() - Method in class com.rednit.tinder4j.requests.Response
 
isOpener() - Method in class com.rednit.tinder4j.api.entities.Match
Whether the self user or the matched user liked first.
isPending() - Method in class com.rednit.tinder4j.api.entities.Match
Whether the match is pending.
isPhotoOptimizerEnabled() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Whether the photo optimizer is enabled.
isRateLimit() - Method in class com.rednit.tinder4j.requests.Response
 
isRecentlyActive() - Method in class com.rednit.tinder4j.api.entities.user.LikePreview
Whether the user was recently active.
isSeen() - Method in class com.rednit.tinder4j.api.entities.Match
Whether the match has been seen.
isSelected() - Method in class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyTopArtist
Whether this artist is selected as top artist
isSuperBoostMatch() - Method in class com.rednit.tinder4j.api.entities.Match
Whether one of the participants used a boost and a super like.
isSuperLike() - Method in class com.rednit.tinder4j.api.entities.Match
Whether one of the participants used a super like.
isTinderU() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
Whether the user uses Tinder University.
isTravelling() - Method in class com.rednit.tinder4j.api.entities.user.MatchedUser
Whether the user is travelling
isTravelling() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
Whether the user is travelling
isType(int, Class<?>) - Method in class com.rednit.tinder4j.requests.DataArray
 
isType(String, Class<?>) - Method in class com.rednit.tinder4j.requests.DataObject
 
isUserCustomized() - Method in class com.rednit.tinder4j.api.entities.photo.Algorithm.CropInfo
 
iterator() - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
 
iterator() - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
 
iterator() - Method in class com.rednit.tinder4j.requests.DataArray
 

J

Job(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.user.Metadata.Job
Constructs a new Job.

K

keys() - Method in class com.rednit.tinder4j.requests.DataObject
 

L

length() - Method in class com.rednit.tinder4j.requests.DataArray
 
like() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Likes the user.
LIKE - Static variable in class com.rednit.tinder4j.requests.Route.User
 
LikedUser - Class in com.rednit.tinder4j.api.entities.user.swipeable
Subtype of SwipeableUser for users the self user liked.
LikedUser(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.swipeable.LikedUser
Constructs a new LikedUser.
LikePreview - Class in com.rednit.tinder4j.api.entities.user
A user that liked the self user.
LikePreview(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.LikePreview
Constructs a new LikePreview.
loadAllMatches() - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Requests all matches from the Tinder API and fills the cache with them.
loadAllMessages() - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
Requests all messages from the Tinder API and fills the cache with them.
log - Static variable in class com.rednit.tinder4j.requests.async.RestActionImpl
 
LoginException - Exception in com.rednit.tinder4j.exceptions
RuntimeException indicating the provided X-Auth-Token is invalid.
LoginException(String) - Constructor for exception com.rednit.tinder4j.exceptions.LoginException
Constructs a new LoginException.

M

MALE - com.rednit.tinder4j.api.entities.user.Gender
Male.
Match - Class in com.rednit.tinder4j.api.entities
Represents a Tinder match.
Match() - Constructor for class com.rednit.tinder4j.requests.Route.Match
 
Match(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.Match
Constructs a new Match.
MatchCacheView - Class in com.rednit.tinder4j.api.cache
A simple cache for Matches.
MatchCacheView(TinderClient) - Constructor for class com.rednit.tinder4j.api.cache.MatchCacheView
Constructs a new MatchCacheView.
MatchedUser - Class in com.rednit.tinder4j.api.entities.user
Subtype of GenericUser for users the self user has a match with.
MatchedUser(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.MatchedUser
Constructs a new MatchedUser.
MatchPhoto - Class in com.rednit.tinder4j.api.entities.photo
Subtype of GenericPhoto.
MatchPhoto(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.photo.MatchPhoto
Constructs a new MatchPhoto.
Message - Class in com.rednit.tinder4j.api.entities.message
Represents a message inside a Tinder match.
Message(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.message.Message
Constructs a new Message.
MessageCacheView - Class in com.rednit.tinder4j.api.cache
A simple cache for Matches.
MessageCacheView(String, TinderClient) - Constructor for class com.rednit.tinder4j.api.cache.MessageCacheView
Constructs a new MatchCacheView.
Metadata - Class in com.rednit.tinder4j.api.entities.user
This class contains all wrapped user metadata models.
Metadata() - Constructor for class com.rednit.tinder4j.api.entities.user.Metadata
 
Metadata.Descriptor - Class in com.rednit.tinder4j.api.entities.user
A profile descriptor such as hobbies, etc.
Metadata.Job - Class in com.rednit.tinder4j.api.entities.user
A Job.
Metadata.Position - Class in com.rednit.tinder4j.api.entities.user
Position information, used inside the SelfUser.
Metadata.PositionInfo - Class in com.rednit.tinder4j.api.entities.user
Information about the country, used inside the SelfUser.
Metadata.Teaser - Class in com.rednit.tinder4j.api.entities.user
A profile teaser.
MODIFY_BIO - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
MODIFY_DESCRIPTORS - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
MODIFY_GENDER - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
MODIFY_JOB - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
MODIFY_SCHOOL - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
MODIFY_SEARCH_PREFERENCES - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
modifyBio(String) - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
modifyGender(Gender, boolean) - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
modifySchool(String) - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
modifySearchPreferences(int, int, Gender, Gender, int) - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 

N

NewMessage(String, String) - Constructor for class com.rednit.tinder4j.api.entities.Update.NewMessage
Constructs a new NewMessage.
NONE - com.rednit.tinder4j.api.entities.message.Attachment.AttachmentType
no attachment

O

onFailure(Response) - Method in class com.rednit.tinder4j.requests.Request
 
onFailure(Throwable) - Method in class com.rednit.tinder4j.requests.Request
 
onSuccess(T) - Method in class com.rednit.tinder4j.requests.Request
 

P

ParsingException - Exception in com.rednit.tinder4j.exceptions
RuntimeException that is thrown when the response parsing fails.
ParsingException(Throwable) - Constructor for exception com.rednit.tinder4j.exceptions.ParsingException
Constructs a new ParsingException.
Position(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.user.Metadata.Position
Constructs a new Position.
PositionInfo(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.user.Metadata.PositionInfo
Constructs a new PositionInfo.
POST - com.rednit.tinder4j.requests.Route.Method
 
ProfilePhoto - Class in com.rednit.tinder4j.api.entities.photo
Subtype of GenericPhoto.
ProfilePhoto(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.photo.ProfilePhoto
Constructs a new ProfilePhoto.
put(String, Object) - Method in class com.rednit.tinder4j.requests.DataObject
 

Q

queue() - Method in interface com.rednit.tinder4j.api.requests.RestAction
Submits a Request for execution.
queue(Consumer<? super T>) - Method in interface com.rednit.tinder4j.api.requests.RestAction
Submits a Request for execution.
queue(Consumer<? super T>, Consumer<? super Throwable>) - Method in interface com.rednit.tinder4j.api.requests.RestAction
Submits a Request for execution.
queue(Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.rednit.tinder4j.requests.async.CompletedRestAction
 
queue(Consumer<? super T>, Consumer<? super Throwable>) - Method in class com.rednit.tinder4j.requests.async.RestActionImpl
 

R

Ratelimiter - Interface in com.rednit.tinder4j.api.requests
A Ratelimiter decides whether a Request should be delayed and if yes for how long.
Recommendation - Class in com.rednit.tinder4j.api.entities.user.swipeable
Subtype of SwipeableUser for users the self user gets recommended.
Recommendation(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.swipeable.Recommendation
Constructs a new Recommendation.
remove(int) - Method in class com.rednit.tinder4j.requests.DataArray
 
remove(Match) - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Removes a Match from the cache.
remove(Object) - Method in class com.rednit.tinder4j.requests.DataArray
 
remove(String) - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Removes a Match from the cache by id.
remove(String) - Method in class com.rednit.tinder4j.requests.DataObject
 
removeCity() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
removeJob() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
report(String, String) - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
Reports the user.
report(String, String) - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
REPORT - Static variable in class com.rednit.tinder4j.requests.Route.User
 
request(Request<T>) - Method in class com.rednit.tinder4j.requests.Requester
 
Request<T> - Class in com.rednit.tinder4j.requests
 
Request(RestActionImpl<T>, Consumer<? super T>, Consumer<? super Throwable>, Route.CompiledRoute, RequestBody) - Constructor for class com.rednit.tinder4j.requests.Request
 
Requester - Class in com.rednit.tinder4j.requests
 
Requester(String) - Constructor for class com.rednit.tinder4j.requests.Requester
 
Response - Class in com.rednit.tinder4j.requests
 
Response(Response) - Constructor for class com.rednit.tinder4j.requests.Response
 
RestAction<T> - Interface in com.rednit.tinder4j.api.requests
A class representing a bridge between the Tinder API and the user.
RestActionImpl<T> - Class in com.rednit.tinder4j.requests.async
 
RestActionImpl(TinderClient, Route.CompiledRoute) - Constructor for class com.rednit.tinder4j.requests.async.RestActionImpl
 
RestActionImpl(TinderClient, Route.CompiledRoute, BiFunction<Response, Request<T>, T>) - Constructor for class com.rednit.tinder4j.requests.async.RestActionImpl
 
RestActionImpl(TinderClient, Route.CompiledRoute, RequestBody) - Constructor for class com.rednit.tinder4j.requests.async.RestActionImpl
 
RestActionImpl(TinderClient, Route.CompiledRoute, RequestBody, BiFunction<Response, Request<T>, T>) - Constructor for class com.rednit.tinder4j.requests.async.RestActionImpl
 
Route - Class in com.rednit.tinder4j.requests
 
Route.CompiledRoute - Class in com.rednit.tinder4j.requests
 
Route.Match - Class in com.rednit.tinder4j.requests
 
Route.Method - Enum in com.rednit.tinder4j.requests
 
Route.Self - Class in com.rednit.tinder4j.requests
 
Route.User - Class in com.rednit.tinder4j.requests
 

S

Self() - Constructor for class com.rednit.tinder4j.requests.Route.Self
 
SelfUser - Class in com.rednit.tinder4j.api.entities.user
Subtype of GenericUser describing the self user.
SelfUser(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.SelfUser
Constructs a new SelfUser.
SEND_MESSAGE - Static variable in class com.rednit.tinder4j.requests.Route.Match
 
sendMessage(String) - Method in class com.rednit.tinder4j.api.entities.Match
Sends a message.
setRatelimiter(Ratelimiter) - Method in class com.rednit.tinder4j.api.TinderClient
Sets the Ratelimiter used to rate limit requests.
shouldDelay(Request<?>) - Method in interface com.rednit.tinder4j.api.requests.Ratelimiter
Whether a request should be delayed in flavor or rate limits.
shouldDelay(Request<?>) - Method in class com.rednit.tinder4j.requests.DefaultRatelimiter
 
showGenderOnProfile() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
Whether to show the gender on profile.
showGenderOnProfile() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Whether to show the gender on profile.
size() - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
Gets the size of the cache.
size() - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
Gets the size of the cache.
SizedImage - Class in com.rednit.tinder4j.api.entities.photo
An image with a fixed size.
SizedImage(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.photo.SizedImage
Constructs a new SizedImage.
SONG - com.rednit.tinder4j.api.entities.message.Attachment.AttachmentType
a Spotify song
SongAttachment(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.message.Attachment.SongAttachment
 
spliterator() - Method in class com.rednit.tinder4j.api.cache.MatchCacheView
 
spliterator() - Method in class com.rednit.tinder4j.api.cache.MessageCacheView
 
Spotify - Class in com.rednit.tinder4j.api.entities.socials
This class contains all wrapped Spotify models.
Spotify() - Constructor for class com.rednit.tinder4j.api.entities.socials.Spotify
 
Spotify.SpotifyAlbum - Class in com.rednit.tinder4j.api.entities.socials
An album on Spotify.
Spotify.SpotifyArtist - Class in com.rednit.tinder4j.api.entities.socials
An artist on Spotify.
Spotify.SpotifySongAttachment - Class in com.rednit.tinder4j.api.entities.socials
A Spotify song attached to a chat message.
Spotify.SpotifyTopArtist - Class in com.rednit.tinder4j.api.entities.socials
A Spotify artist used inside the top artists of a UserProfile.
Spotify.SpotifyTrack - Class in com.rednit.tinder4j.api.entities.socials
Subtype of Spotify.SpotifySongAttachment used in various places inside Spotify.
SpotifyAlbum(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyAlbum
Constructs a new SpotifyAlbum.
SpotifyArtist(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyArtist
Constructs a new SpotifyArtist.
SpotifySongAttachment(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifySongAttachment
Constructs a new SpotifySongAttachment.
SpotifyTopArtist(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyTopArtist
Constructs a new SpotifyTopArtist.
SpotifyTrack(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.socials.Spotify.SpotifyTrack
Constructs a new SpotifyTrack.
STICKER - com.rednit.tinder4j.api.entities.message.Attachment.AttachmentType
a Tenor GIF
superlike() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Superlikes the user.
SUPERLIKE - Static variable in class com.rednit.tinder4j.requests.Route.User
 
SwipeableUser - Class in com.rednit.tinder4j.api.entities.user.swipeable
Abstract top level subtype of GenericUser for users the self user can swipe on.
SwipeableUser(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
Constructs a new SwipeableUser.

T

Teaser(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.user.Metadata.Teaser
Constructs a new Teaser.
TinderClient - Class in com.rednit.tinder4j.api
The entry point to interact with the Tinder API.
TinderClient(String) - Constructor for class com.rednit.tinder4j.api.TinderClient
Constructs a new TinderClient.
toList() - Method in class com.rednit.tinder4j.requests.DataArray
 
toMap() - Method in class com.rednit.tinder4j.requests.DataObject
 
toString() - Method in class com.rednit.tinder4j.api.entities.Entity
 
toString() - Method in class com.rednit.tinder4j.api.entities.Match
 
toString() - Method in class com.rednit.tinder4j.api.entities.message.Message
 
toString() - Method in class com.rednit.tinder4j.api.entities.photo.GenericPhoto
 
toString() - Method in class com.rednit.tinder4j.api.entities.photo.SizedImage
 
toString() - Method in class com.rednit.tinder4j.api.entities.Update.NewMessage
 
toString() - Method in class com.rednit.tinder4j.api.entities.Update
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.GenericUser
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.LikePreview
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.MatchedUser
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.LikedUser
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.Recommendation
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.SwipeableUser
 
toString() - Method in class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
 
toString() - Method in class com.rednit.tinder4j.requests.DataArray
 
toString() - Method in class com.rednit.tinder4j.requests.DataObject
 
toString() - Method in class com.rednit.tinder4j.requests.Route.CompiledRoute
 
toString() - Method in class com.rednit.tinder4j.requests.Route
 

U

Update - Class in com.rednit.tinder4j.api.entities
Describes an update sent by Tinder containing information about new matches and messages.
Update(DataObject) - Constructor for class com.rednit.tinder4j.api.entities.Update
Constructs a new Update.
UPDATE_CITY - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
UPDATE_INTERESTS - Static variable in class com.rednit.tinder4j.requests.Route.Self
 
Update.NewMessage - Class in com.rednit.tinder4j.api.entities
Container for a new message holding the message and match id.
updateCity(DataObject) - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
updateJob(Metadata.Job) - Method in class com.rednit.tinder4j.api.entities.user.SelfUser
 
User() - Constructor for class com.rednit.tinder4j.requests.Route.User
 
UserProfile - Class in com.rednit.tinder4j.api.entities.user.swipeable
Subtype of SwipeableUser for a complete user profile.
UserProfile(DataObject, TinderClient) - Constructor for class com.rednit.tinder4j.api.entities.user.swipeable.UserProfile
Constructs a new UserProfile.

V

valueOf(String) - Static method in enum com.rednit.tinder4j.api.entities.message.Attachment.AttachmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednit.tinder4j.api.entities.user.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.rednit.tinder4j.requests.Route.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.rednit.tinder4j.api.entities.message.Attachment.AttachmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.rednit.tinder4j.api.entities.user.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.rednit.tinder4j.requests.DataObject
 
values() - Static method in enum com.rednit.tinder4j.requests.Route.Method
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P Q R S T U V 
All Classes All Packages