|
|
@ -4,8 +4,7 @@ import org.goudham.me.api.entity.series.Series;
|
|
|
|
import org.goudham.me.api.entity.waifu.Waifu;
|
|
|
|
import org.goudham.me.api.entity.waifu.Waifu;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* This is returned to the User when called by methods in {@link MyWaifuClient}
|
|
|
|
* This is returned to the User when called by methods in {@link MyWaifuClient}.
|
|
|
|
* <br>
|
|
|
|
|
|
|
|
* E.g {@link MyWaifuClient#getWaifu(Integer)}
|
|
|
|
* E.g {@link MyWaifuClient#getWaifu(Integer)}
|
|
|
|
* <br>
|
|
|
|
* <br>
|
|
|
|
* Given a successful response, {@link #entity} will be populated with the requested entity.
|
|
|
|
* Given a successful response, {@link #entity} will be populated with the requested entity.
|
|
|
|