Class PatchOrganizationMembersOutput.Builder
-
- All Implemented Interfaces:
public final class PatchOrganizationMembersOutput.BuilderA builder for PatchOrganizationMembersOutput.
-
-
Method Summary
-
-
Method Detail
-
orgId
final PatchOrganizationMembersOutput.Builder orgId(String orgId)
The id of the org that was modified.
-
orgId
final PatchOrganizationMembersOutput.Builder orgId(JsonField<String> orgId)
Sets Builder.orgId to an arbitrary JSON value.
You should usually call Builder.orgId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
status
final PatchOrganizationMembersOutput.Builder status(PatchOrganizationMembersOutput.Status status)
-
status
final PatchOrganizationMembersOutput.Builder status(JsonField<PatchOrganizationMembersOutput.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
sendEmailError
final PatchOrganizationMembersOutput.Builder sendEmailError(String sendEmailError)
If invite emails failed to send for some reason, the patch operation will still complete, but we will return an error message here
-
sendEmailError
final PatchOrganizationMembersOutput.Builder sendEmailError(Optional<String> sendEmailError)
Alias for calling Builder.sendEmailError with
sendEmailError.orElse(null).
-
sendEmailError
final PatchOrganizationMembersOutput.Builder sendEmailError(JsonField<String> sendEmailError)
Sets Builder.sendEmailError to an arbitrary JSON value.
You should usually call Builder.sendEmailError with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final PatchOrganizationMembersOutput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final PatchOrganizationMembersOutput.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final PatchOrganizationMembersOutput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final PatchOrganizationMembersOutput.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final PatchOrganizationMembersOutput.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final PatchOrganizationMembersOutput build()
Returns an immutable instance of PatchOrganizationMembersOutput.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.orgId() .status()
-
-
-
-