public static class RoleSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RoleSummary.Builder |
authenticationType(String authenticationType)
Type of authentication.
|
RoleSummary |
build() |
RoleSummary.Builder |
copy(RoleSummary model) |
RoleSummary.Builder |
isCommon(Boolean isCommon)
Is the role common.
|
RoleSummary.Builder |
isImplicit(Boolean isImplicit)
Is the role implicit.
|
RoleSummary.Builder |
isInherited(Boolean isInherited)
Is the role inherited.
|
RoleSummary.Builder |
isOracleMaintained(Boolean isOracleMaintained)
Is the role oracle maintained.
|
RoleSummary.Builder |
isPasswordRequired(Boolean isPasswordRequired)
Is password required.
|
RoleSummary.Builder |
roleName(String roleName)
The name of the role.
|
public RoleSummary.Builder roleName(String roleName)
The name of the role.
roleName
- the value to setpublic RoleSummary.Builder authenticationType(String authenticationType)
Type of authentication.
authenticationType
- the value to setpublic RoleSummary.Builder isPasswordRequired(Boolean isPasswordRequired)
Is password required.
isPasswordRequired
- the value to setpublic RoleSummary.Builder isCommon(Boolean isCommon)
Is the role common.
isCommon
- the value to setpublic RoleSummary.Builder isOracleMaintained(Boolean isOracleMaintained)
Is the role oracle maintained.
isOracleMaintained
- the value to setpublic RoleSummary.Builder isInherited(Boolean isInherited)
Is the role inherited.
isInherited
- the value to setpublic RoleSummary.Builder isImplicit(Boolean isImplicit)
Is the role implicit.
isImplicit
- the value to setpublic RoleSummary build()
public RoleSummary.Builder copy(RoleSummary model)
Copyright © 2016–2024. All rights reserved.