Class FormRequest

java.lang.Object
ai.stapi.formapi.FormRequest

public class FormRequest extends Object
  • Constructor Details

    • FormRequest

      public FormRequest(@Nullable @Nullable String resourceId, @Nullable @Nullable Map<String,Object> targets, @Nullable @Nullable Boolean omitExtension)
  • Method Details

    • getResourceId

      @Nullable public @Nullable String getResourceId()
    • getTargets

      public Map<String,Object> getTargets()
    • getOmitExtension

      public Boolean getOmitExtension()