Package org.apache.sling.distribution
Interface DistributionResponseInfo
- 
@ProviderType public interface DistributionResponseInfoADistributionResponseInforepresents an additional info for therequest 
- 
- 
Field Summary
Fields Modifier and Type Field Description static DistributionResponseInfoNONE 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()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
 
 
 - 
 
 -