Class TenantResolverEndpoint.ApplicationResolverResponse
java.lang.Object
com.broadleafcommerce.tenant.web.endpoint.TenantResolverEndpoint.ApplicationResolverResponse
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - TenantResolverEndpoint
 
public static class TenantResolverEndpoint.ApplicationResolverResponse
extends Object
implements Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionwithApplication(Application application) withTenant(Tenant tenant)  
- 
Constructor Details
- 
ApplicationResolverResponse
public ApplicationResolverResponse() - 
ApplicationResolverResponse
 
 - 
 - 
Method Details
- 
getTenant
 - 
getApplication
 - 
withTenant
- Returns:
 - a clone of this object, except with this updated property (returns 
thisif an identical value is passed). 
 - 
withApplication
- Returns:
 - a clone of this object, except with this updated property (returns 
thisif an identical value is passed). 
 
 -