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

com.linkedin.restli.client.InboundRequestContext Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package com.linkedin.restli.client;

import java.util.Optional;

public interface InboundRequestContext {

  public String getName();

  public String getMethod();

  public Optional getFinderName();

  public Optional getActionName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy