Package com.braintrustdata.api.models
Class PatchOrganizationMembersOutput
-
- All Implemented Interfaces:
public final class PatchOrganizationMembersOutput
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPatchOrganizationMembersOutput.BuilderA builder for PatchOrganizationMembersOutput.
public final classPatchOrganizationMembersOutput.Status
-
Method Summary
Modifier and Type Method Description final StringorgId()The id of the org that was modified. final PatchOrganizationMembersOutput.Statusstatus()final Optional<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 final JsonField<String>_orgId()Returns the raw JSON value of orgId. final JsonField<PatchOrganizationMembersOutput.Status>_status()Returns the raw JSON value of status. final JsonField<String>_sendEmailError()Returns the raw JSON value of sendEmailError. final Map<String, JsonValue>_additionalProperties()final PatchOrganizationMembersOutputvalidate()final PatchOrganizationMembersOutput.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PatchOrganizationMembersOutput.Builderbuilder()Returns a mutable builder for constructing an instance of PatchOrganizationMembersOutput. -
-
Method Detail
-
status
final PatchOrganizationMembersOutput.Status status()
-
sendEmailError
final Optional<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
-
_orgId
final JsonField<String> _orgId()
Returns the raw JSON value of orgId.
Unlike orgId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<PatchOrganizationMembersOutput.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_sendEmailError
final JsonField<String> _sendEmailError()
Returns the raw JSON value of sendEmailError.
Unlike sendEmailError, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final PatchOrganizationMembersOutput validate()
-
toBuilder
final PatchOrganizationMembersOutput.Builder toBuilder()
-
builder
final static PatchOrganizationMembersOutput.Builder builder()
Returns a mutable builder for constructing an instance of PatchOrganizationMembersOutput.
The following fields are required:
.orgId() .status()
-
-
-
-