True when the resolved OAuth client is the app's Workday-official client
+ */ + _FinalStage oauthAppWorkdayOfficial(OptionalName of the project app
*/ @@ -283,6 +304,8 @@ public static final class Builder implements SuccessStage, _FinalStage { private OptionalTrue when the resolved OAuth client is the app's Workday-official client
+ * @return Reference to {@code this} so that method calls can be chained together. + */ + @java.lang.Override + public _FinalStage oauthAppWorkdayOfficial(Boolean oauthAppWorkdayOfficial) { + this.oauthAppWorkdayOfficial = Optional.ofNullable(oauthAppWorkdayOfficial); + return this; + } + + /** + *True when the resolved OAuth client is the app's Workday-official client
+ */ + @java.lang.Override + @JsonSetter(value = "oauth_app_workday_official", nulls = Nulls.SKIP) + public _FinalStage oauthAppWorkdayOfficial(OptionalOAuth app ID if applicable
* @return Reference to {@code this} so that method calls can be chained together. @@ -503,6 +547,7 @@ public ValidateTokenResponse build() { error, errorRedirectUri, oauthAppId, + oauthAppWorkdayOfficial, projectAppName, projectEnvironment, projectId,