Class AuditLogListResponse.OrganizationUpdated.ChangesRequested
-
- All Implemented Interfaces:
public final class AuditLogListResponse.OrganizationUpdated.ChangesRequestedThe payload used to update the organization settings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.OrganizationUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
Method Summary
Modifier and Type Method Description final Optional<String>apiCallLogging()How your organization logs data from supported API calls. final Optional<String>apiCallLoggingProjectIds()The list of project ids if api_call_logging is set to enabled_for_selected_projectsfinal Optional<String>description()The organization description. final Optional<String>name()The organization name. final Optional<String>threadsUiVisibility()Visibility of the threads page which shows messages created with the Assistants API and Playground. final Optional<String>title()The organization title. final Optional<String>usageDashboardVisibility()Visibility of the usage dashboard which shows activity and costs for your organization. final JsonField<String>_apiCallLogging()Returns the raw JSON value of apiCallLogging. final JsonField<String>_apiCallLoggingProjectIds()Returns the raw JSON value of apiCallLoggingProjectIds. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_threadsUiVisibility()Returns the raw JSON value of threadsUiVisibility. final JsonField<String>_title()Returns the raw JSON value of title. final JsonField<String>_usageDashboardVisibility()Returns the raw JSON value of usageDashboardVisibility. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.OrganizationUpdated.ChangesRequested.BuildertoBuilder()final AuditLogListResponse.OrganizationUpdated.ChangesRequestedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builderbuilder()Returns a mutable builder for constructing an instance of ChangesRequested. -
-
Method Detail
-
apiCallLogging
final Optional<String> apiCallLogging()
How your organization logs data from supported API calls. One of
disabled,enabled_per_call,enabled_for_all_projects, orenabled_for_selected_projects
-
apiCallLoggingProjectIds
final Optional<String> apiCallLoggingProjectIds()
The list of project ids if api_call_logging is set to
enabled_for_selected_projects
-
description
final Optional<String> description()
The organization description.
-
threadsUiVisibility
final Optional<String> threadsUiVisibility()
Visibility of the threads page which shows messages created with the Assistants API and Playground. One of
ANY_ROLE,OWNERS, orNONE.
-
usageDashboardVisibility
final Optional<String> usageDashboardVisibility()
Visibility of the usage dashboard which shows activity and costs for your organization. One of
ANY_ROLEorOWNERS.
-
_apiCallLogging
final JsonField<String> _apiCallLogging()
Returns the raw JSON value of apiCallLogging.
Unlike apiCallLogging, this method doesn't throw if the JSON field has an unexpected type.
-
_apiCallLoggingProjectIds
final JsonField<String> _apiCallLoggingProjectIds()
Returns the raw JSON value of apiCallLoggingProjectIds.
Unlike apiCallLoggingProjectIds, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_threadsUiVisibility
final JsonField<String> _threadsUiVisibility()
Returns the raw JSON value of threadsUiVisibility.
Unlike threadsUiVisibility, this method doesn't throw if the JSON field has an unexpected type.
-
_title
final JsonField<String> _title()
Returns the raw JSON value of title.
Unlike title, this method doesn't throw if the JSON field has an unexpected type.
-
_usageDashboardVisibility
final JsonField<String> _usageDashboardVisibility()
Returns the raw JSON value of usageDashboardVisibility.
Unlike usageDashboardVisibility, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder toBuilder()
-
validate
final AuditLogListResponse.OrganizationUpdated.ChangesRequested validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static AuditLogListResponse.OrganizationUpdated.ChangesRequested.Builder builder()
Returns a mutable builder for constructing an instance of ChangesRequested.
-
-
-
-