Package org.apache.sling.distribution
Interface DistributionResponseInfo
-
@ProviderType public interface DistributionResponseInfo
ADistributionResponseInfo
represents an additional info for therequest
-
-
Field Summary
Fields Modifier and Type Field Description static DistributionResponseInfo
NONE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
returns the identifier of the associatedDistributionRequest
-
-
-
Field Detail
-
NONE
static final DistributionResponseInfo NONE
-
-
Method Detail
-
getId
@Nonnull java.lang.String getId()
returns the identifier of the associatedDistributionRequest
- Returns:
- the id of the associated request
-
-