Package org.apache.sling.cms.insights
Interface InsightRequest
- All Known Subinterfaces:
FileInsightRequest,PageInsightRequest
public interface InsightRequest
Represents an insight request
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.api.resource.ResourceGets the resource used to create this request.getType()Get the type of this request.
-
Method Details
-
getResource
org.apache.sling.api.resource.Resource getResource()Gets the resource used to create this request.- Returns:
- the resource used to create the request
-
getType
InsightRequest.TYPE getType()Get the type of this request.- Returns:
- the type
-