public static class ValidationResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ValidationResponse |
build() |
ValidationResponse.Builder |
copy(ValidationResponse model) |
ValidationResponse.Builder |
isValidUser(Boolean isValidUser)
Boolean value that indicates whether the requested user is valid.
|
ValidationResponse.Builder |
writePermittedUserGroupInfos(List<CmosUserGroupInfo> writePermittedUserGroupInfos)
Technical support type (
TECH ) only: Identifier and name of the support request’s
user group (userGroupId and userGroupName ). |
public ValidationResponse.Builder isValidUser(Boolean isValidUser)
Boolean value that indicates whether the requested user is valid.
isValidUser
- the value to setpublic ValidationResponse.Builder writePermittedUserGroupInfos(List<CmosUserGroupInfo> writePermittedUserGroupInfos)
Technical support type (TECH
) only: Identifier and name of the support request’s
user group (userGroupId
and userGroupName
).
writePermittedUserGroupInfos
- the value to setpublic ValidationResponse build()
public ValidationResponse.Builder copy(ValidationResponse model)
Copyright © 2016–2024. All rights reserved.