Class StitchAppRoutes
- java.lang.Object
- 
- com.mongodb.stitch.core.internal.net.StitchAppRoutes
 
- 
 public final class StitchAppRoutes extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStitchAppRoutes.RouteParts
 - 
Constructor SummaryConstructors Constructor Description StitchAppRoutes(String clientAppId)Constructs the app specific routes to access an app based on the client app id.
 - 
Method SummaryModifier and Type Method Description StitchAppAuthRoutesgetAuthRoutes()Returns the auth routes for this app.StitchPushRoutesgetPushRoutes()Returns the push routes for this app.StitchServiceRoutesgetServiceRoutes()Returns the service routes for this app.
 
- 
- 
- 
Constructor Detail- 
StitchAppRoutespublic StitchAppRoutes(String clientAppId) Constructs the app specific routes to access an app based on the client app id.- Parameters:
- clientAppId- the client app id of the app that will be used to communicate with Stitch.
 
 
- 
 - 
Method Detail- 
getAuthRoutespublic StitchAppAuthRoutes getAuthRoutes() Returns the auth routes for this app.- Returns:
- the auth routes for this app.
 
 - 
getServiceRoutespublic StitchServiceRoutes getServiceRoutes() Returns the service routes for this app.- Returns:
- the service routes for this app.
 
 - 
getPushRoutespublic StitchPushRoutes getPushRoutes() Returns the push routes for this app.- Returns:
- the push routes for this app.
 
 
- 
 
-