I’m new to Java and was wondering how to access attributes from other classes with setter/getter if they are arrays. Currently, I have one date class that sets a date with parameters for month/day/year. I need to make another class that uses the date class to set a date of hire to store as an attribute, alongside others. My code
Tag: get
HTTP GET with request body RETROFIT
I am using Retrofit to make api calls in my android application. I have to submit a @Body of JSON I get error message Have you any idea? Answer To send data along with your Get Request you can do the following: as said in this SO answer, Server semantics for GET, however, are restricted such that a body, if