public final class ShopRequestContextServiceForPrivateApiOnlyImpl extends java.lang.Object implements ShopRequestContextServiceForPrivateApiOnly
Modifier and Type | Field and Description |
---|---|
private ShopService |
service |
Constructor and Description |
---|
ShopRequestContextServiceForPrivateApiOnlyImpl(ShopService service) |
Modifier and Type | Method and Description |
---|---|
ShopRequestContext.Builder |
getBuilder(GUID shopGuid)
Provides a ShopRequestContext.Builder for private api access only.
|
private final ShopService service
@Inject public ShopRequestContextServiceForPrivateApiOnlyImpl(ShopService service)
public ShopRequestContext.Builder getBuilder(GUID shopGuid)
ShopRequestContextServiceForPrivateApiOnly
getBuilder
in interface ShopRequestContextServiceForPrivateApiOnly
shopGuid
- GUID of the shop to get a builder for.