Package com.redwood.scheduler.api.r2w
Class R2WRequestSubstitutions
- java.lang.Object
-
- com.redwood.scheduler.api.r2w.R2WRequestSubstitutions
-
public class R2WRequestSubstitutions extends Object
-
-
Constructor Summary
Constructors Constructor Description R2WRequestSubstitutions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSubstitute(com.redwood.scheduler.api.model.enumeration.HTTPRequestSubstitutionLocation location)
void
setSubstitute(com.redwood.scheduler.api.model.enumeration.HTTPRequestSubstitutionLocation location, List<String> keywords)
-
-
-
Field Detail
-
USERNAME
public static final String USERNAME
- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
TOKEN
public static final String TOKEN
- See Also:
- Constant Field Values
-
CATALOG
public static final String CATALOG
- See Also:
- Constant Field Values
-
URLBASE
public static final String URLBASE
- See Also:
- Constant Field Values
-
-