Class UserUpdateParams.Body.Builder
-
- All Implemented Interfaces:
public final class UserUpdateParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
developerPersona
final UserUpdateParams.Body.Builder developerPersona(String developerPersona)
Developer persona metadata.
-
developerPersona
final UserUpdateParams.Body.Builder developerPersona(Optional<String> developerPersona)
Alias for calling Builder.developerPersona with
developerPersona.orElse(null).
-
developerPersona
final UserUpdateParams.Body.Builder developerPersona(JsonField<String> developerPersona)
Sets Builder.developerPersona to an arbitrary JSON value.
You should usually call Builder.developerPersona with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
role
final UserUpdateParams.Body.Builder role(String role)
ownerorreader
-
role
final UserUpdateParams.Body.Builder role(Optional<String> role)
Alias for calling Builder.role with
role.orElse(null).
-
role
final UserUpdateParams.Body.Builder role(JsonField<String> role)
Sets Builder.role to an arbitrary JSON value.
You should usually call Builder.role with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
roleId
final UserUpdateParams.Body.Builder roleId(String roleId)
Role ID to assign to the user.
-
roleId
final UserUpdateParams.Body.Builder roleId(Optional<String> roleId)
Alias for calling Builder.roleId with
roleId.orElse(null).
-
roleId
final UserUpdateParams.Body.Builder roleId(JsonField<String> roleId)
Sets Builder.roleId to an arbitrary JSON value.
You should usually call Builder.roleId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
technicalLevel
final UserUpdateParams.Body.Builder technicalLevel(String technicalLevel)
Technical level metadata.
-
technicalLevel
final UserUpdateParams.Body.Builder technicalLevel(Optional<String> technicalLevel)
Alias for calling Builder.technicalLevel with
technicalLevel.orElse(null).
-
technicalLevel
final UserUpdateParams.Body.Builder technicalLevel(JsonField<String> technicalLevel)
Sets Builder.technicalLevel to an arbitrary JSON value.
You should usually call Builder.technicalLevel 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 UserUpdateParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final UserUpdateParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final UserUpdateParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final UserUpdateParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final UserUpdateParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final UserUpdateParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-