Can anyone help me on how can I fetch data of only current login user using Retrofit?

For web development I do it like this

 "SELECT * FROM job_register WHERE job_assign ='{$_SESSION['username']}' AND  job_status = '' "

How can I implement this using Retrofit in Android?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.