Package google.registry.ui.soy.registrar
Class ConsoleSoyInfo.ContactUsSoyTemplateInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyTemplateInfo
-
- google.registry.ui.soy.registrar.ConsoleSoyInfo.ContactUsSoyTemplateInfo
-
- Enclosing class:
- ConsoleSoyInfo
@Deprecated public static final class ConsoleSoyInfo.ContactUsSoyTemplateInfo extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.ConsoleTemplates.ContactUs} instead.Contact us.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAME__
Deprecated.This template's full name.static java.lang.String
__PARTIAL_NAME__
Deprecated.This template's partial name.static java.lang.String
ANNOUNCEMENTS_EMAIL
Deprecated.static java.lang.String
INTEGRATION_EMAIL
Deprecated.static java.lang.String
PHONE_PASSCODE
Deprecated.static java.lang.String
SUPPORT_EMAIL
Deprecated.static java.lang.String
SUPPORT_PHONE_NUMBER
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConsoleSoyInfo.ContactUsSoyTemplateInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAME__
public static final java.lang.String __NAME__
Deprecated.This template's full name.- See Also:
- Constant Field Values
-
__PARTIAL_NAME__
public static final java.lang.String __PARTIAL_NAME__
Deprecated.This template's partial name.- See Also:
- Constant Field Values
-
PHONE_PASSCODE
public static final java.lang.String PHONE_PASSCODE
Deprecated.- See Also:
- Constant Field Values
-
INTEGRATION_EMAIL
public static final java.lang.String INTEGRATION_EMAIL
Deprecated.- See Also:
- Constant Field Values
-
SUPPORT_EMAIL
public static final java.lang.String SUPPORT_EMAIL
Deprecated.- See Also:
- Constant Field Values
-
ANNOUNCEMENTS_EMAIL
public static final java.lang.String ANNOUNCEMENTS_EMAIL
Deprecated.- See Also:
- Constant Field Values
-
SUPPORT_PHONE_NUMBER
public static final java.lang.String SUPPORT_PHONE_NUMBER
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static ConsoleSoyInfo.ContactUsSoyTemplateInfo getInstance()
Deprecated.
-
-