Class CreateListItemRequest

java.lang.Object
com.amilesend.onedrive.resource.site.request.CreateListItemRequest

public class CreateListItemRequest extends Object
  • Method Details

    • toJson

      public String toJson()
      Returns the JSON representation of this request.
      Returns:
      the JSON string
    • validate

      public void validate()
      Validates this request.
    • builder

    • getFields

      @NonNull public @NonNull Map<String,Object> 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object