public class AccountRoleBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
AccountRole |
build() |
static AccountRoleBuilder |
newAccountRole() |
AccountRoleBuilder |
withDescription(String description) |
AccountRoleBuilder |
withEnabled(Boolean enabled) |
AccountRoleBuilder |
withId(String id) |
AccountRoleBuilder |
withName(String name) |
AccountRoleBuilder |
withPermissions(List<String> permissions) |
public static AccountRoleBuilder newAccountRole()
public AccountRoleBuilder withId(String id)
public AccountRoleBuilder withName(String name)
public AccountRoleBuilder withPermissions(List<String> permissions)
public AccountRoleBuilder withDescription(String description)
public AccountRoleBuilder withEnabled(Boolean enabled)
public AccountRole build()
Copyright 2022 OneSpan All rights reserved.