Class WorkspaceUpdateParams
-
- All Implemented Interfaces:
-
com.openlayer.api.core.Params
public final class WorkspaceUpdateParams implements Params
Update a workspace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWorkspaceUpdateParams.BuilderA builder for WorkspaceUpdateParams.
public final classWorkspaceUpdateParams.Body
-
Method Summary
Modifier and Type Method Description final Optional<String>workspaceId()final Optional<String>inviteCode()The workspace invite code. final Optional<String>name()The workspace name. final Optional<String>slug()The workspace slug. final JsonField<String>_inviteCode()Returns the raw JSON value of inviteCode. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_slug()Returns the raw JSON value of slug. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final WorkspaceUpdateParams.BuildertoBuilder()final WorkspaceUpdateParams.Body_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static WorkspaceUpdateParamsnone()final static WorkspaceUpdateParams.Builderbuilder()Returns a mutable builder for constructing an instance of WorkspaceUpdateParams. -
-
Method Detail
-
workspaceId
final Optional<String> workspaceId()
-
inviteCode
final Optional<String> inviteCode()
The workspace invite code.
-
_inviteCode
final JsonField<String> _inviteCode()
Returns the raw JSON value of inviteCode.
Unlike inviteCode, 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.
-
_slug
final JsonField<String> _slug()
Returns the raw JSON value of slug.
Unlike slug, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final WorkspaceUpdateParams.Builder toBuilder()
-
_body
final WorkspaceUpdateParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static WorkspaceUpdateParams none()
-
builder
final static WorkspaceUpdateParams.Builder builder()
Returns a mutable builder for constructing an instance of WorkspaceUpdateParams.
-
-
-
-