Constant Field Values
Contents
com.smartsheet.*
-
com.smartsheet.api.SmartsheetBuilder Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_BASE_URI"https://api.smartsheet.com/2.0/"public static final java.lang.StringEU_BASE_URI"https://api.smartsheet.eu/2.0/"public static final java.lang.StringGOV_BASE_URI"https://api.smartsheetgov.com/2.0/"public static final java.lang.StringUS_BASE_URI"https://api.smartsheet.com/2.0/" -
com.smartsheet.api.SmartsheetFactory Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_BASE_URI"https://api.smartsheet.com/2.0/"public static final java.lang.StringGOV_BASE_URI"https://api.smartsheetgov.com/2.0/"
-
com.smartsheet.api.models.DateObjectValue Modifier and Type Constant Field Value public static final java.lang.StringABSTRACT_DATETIME_FORMAT"yyyy-MM-dd\'T\'HH:mm:ss"public static final java.lang.StringDATE_FORMAT"yyyy-MM-dd"public static final java.lang.StringDATETIME_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.StringDEFAULT_AUTHORIZATION_URL"https://www.smartsheet.com/b/authorize"public static final java.lang.StringDEFAULT_TOKEN_URL"https://api.smartsheet.com/2.0/token"