Class Metadata.Job
- java.lang.Object
-
- com.rednit.tinder4j.api.entities.user.Metadata.Job
-
-
Constructor Summary
Constructors Constructor Description Job(DataObject job)
Constructs a new Job.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getCompany()
Gets the company.Optional<String>
getTitle()
Gets the title.
-
-
-
Constructor Detail
-
Job
public Job(DataObject job)
Constructs a new Job.- Parameters:
job
- theDataObject
to construct the Job from
-
-