Constant Field Values
Contents
com.smartsheet.*
-
com.smartsheet.api.SmartsheetBuilder Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_BASE_URI
"https://api.smartsheet.com/2.0/"
public static final java.lang.String
EU_BASE_URI
"https://api.smartsheet.eu/2.0/"
public static final java.lang.String
GOV_BASE_URI
"https://api.smartsheetgov.com/2.0/"
public static final java.lang.String
US_BASE_URI
"https://api.smartsheet.com/2.0/"
-
com.smartsheet.api.SmartsheetFactory Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_BASE_URI
"https://api.smartsheet.com/2.0/"
public static final java.lang.String
GOV_BASE_URI
"https://api.smartsheetgov.com/2.0/"
-
com.smartsheet.api.models.DateObjectValue Modifier and Type Constant Field Value public static final java.lang.String
ABSTRACT_DATETIME_FORMAT
"yyyy-MM-dd\'T\'HH:mm:ss"
public static final java.lang.String
DATE_FORMAT
"yyyy-MM-dd"
public static final java.lang.String
DATETIME_FORMAT
"yyyy-MM-dd\'T\'HH:mm:ss\'Z\'"
-
com.smartsheet.api.oauth.OAuthFlowBuilder Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_AUTHORIZATION_URL
"https://www.smartsheet.com/b/authorize"
public static final java.lang.String
DEFAULT_TOKEN_URL
"https://api.smartsheet.com/2.0/token"