Uses of Interface
com.atlassian.sal.api.net.Request
Packages that use Request
-
Uses of Request in com.atlassian.sal.api.net
Classes in com.atlassian.sal.api.net with type parameters of type RequestModifier and TypeInterfaceDescriptioninterfaceMarshallingRequestFactory<T extends Request<?,?>> The REST plugin provides an implementation that allows marshalling of entities.interfaceNonMarshallingRequestFactory<T extends Request<?,?>> HttpClientRequestFactoryimplements this interface.interfaceInterface Request represents a request to retrieve data.interfaceRequestFactory<T extends Request<?,?>> Factory to createRequests.