Package com.xero.models.accounting
Class RequestEmpty
- java.lang.Object
-
- com.xero.models.accounting.RequestEmpty
-
public class RequestEmpty extends Object
RequestEmpty
-
-
Constructor Summary
Constructors Constructor Description RequestEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetStatus()Need at least one field to create an empty JSON payloadinthashCode()voidsetStatus(String status)Need at least one field to create an empty JSON payloadRequestEmptystatus(String status)Need at least one field to create an empty JSON payloadStringtoString()
-
-
-
Method Detail
-
status
public RequestEmpty status(String status)
Need at least one field to create an empty JSON payload- Parameters:
status- String- Returns:
- RequestEmpty
-
getStatus
public String getStatus()
Need at least one field to create an empty JSON payload- Returns:
- status
-
setStatus
public void setStatus(String status)
Need at least one field to create an empty JSON payload- Parameters:
status- String
-
-