Uses of Class
com.google.apphosting.base.AppId
-
Packages that use AppId Package Description com.google.apphosting.base -
-
Uses of AppId in com.google.apphosting.base
Methods in com.google.apphosting.base that return AppId Modifier and Type Method Description static AppIdAppId. parse(String appId)Returns a new AppId object based on an appId formatted as follows: [(partition)~][(domain):](display-app-id)
-