All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.backendless.rt.RTRequest Maven / Gradle / Ivy

The newest version!
package com.backendless.rt;

import java.util.Map;

public interface RTRequest
{
  String getId();

  String getName();

  Object getOptions();

  RTCallback getCallback();

  Map toArgs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy