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, From a7447e3d0fd64a98efb20207f8ec7ec4f25751a8 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:50:31 +0000 Subject: [PATCH 2/2] [fern-replay] Applied customizations Patches with unresolved conflicts (1): - patch-edb0fd1d: Normalize paths in the request URLs Run `fern-replay resolve` to apply these customizations. --- .fern/replay.lock | 8 +++++++- README.md | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.fern/replay.lock b/.fern/replay.lock index cc42665..d5f9136 100644 --- a/.fern/replay.lock +++ b/.fern/replay.lock @@ -6,5 +6,11 @@ generations: timestamp: 2026-05-19T23:19:48.346Z cli_version: unknown generator_versions: {} -current_generation: 93fd7063699edbf599967cbed5ad90943ff88a16 + - commit_sha: d9d9035630202e93e6aaab8397dd908ce3f426ef + tree_hash: 5a5881fbbc550a49c629a1eafd3783a5190abbd1 + timestamp: 2026-07-20T19:50:28.217Z + cli_version: unknown + generator_versions: + fernapi/fern-java-sdk: 4.8.4 +current_generation: d9d9035630202e93e6aaab8397dd908ce3f426ef patches: [] diff --git a/README.md b/README.md index 8fb2837..8f935d1 100644 --- a/README.md +++ b/README.md @@ -267,4 +267,3 @@ On the other hand, contributions to the README are always very welcome! ## Reference A full reference for this library is available [here](https://github.com/PipedreamHQ/pipedream-sdk-java/blob/HEAD/./reference.md). -