Class CreateListItemRequest
java.lang.Object
com.amilesend.onedrive.resource.site.request.CreateListItemRequest
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
The map of fields, with the key being the column name and the Object being its value.@NonNull com.google.gson.Gson
getGson()
int
hashCode()
toJson()
Returns the JSON representation of this request.toString()
void
validate()
Validates this request.
-
Method Details
-
toJson
Returns the JSON representation of this request.- Returns:
- the JSON string
-
validate
public void validate()Validates this request. -
builder
-
getFields
The map of fields, with the key being the column name and the Object being its value. -
getGson
@NonNull public @NonNull com.google.gson.Gson getGson() -
equals
-
hashCode
public int hashCode() -
toString
-