com.linkedin.restli.client.InboundRequestContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parseq-restli-client Show documentation
Show all versions of parseq-restli-client Show documentation
Uploads all artifacts belonging to configuration ':parseq-restli-client:archives'
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