public static class MeX509Certificates.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MeX509Certificates |
build() |
MeX509Certificates.Builder |
copy(MeX509Certificates model) |
MeX509Certificates.Builder |
display(String display)
A human readable name, primarily used for display purposes.
|
MeX509Certificates.Builder |
primary(Boolean primary)
A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute.
|
MeX509Certificates.Builder |
type(String type)
A label indicating the attribute’s function.
|
MeX509Certificates.Builder |
value(Object value)
The value of a X509 certificate.
|
public MeX509Certificates.Builder value(Object value)
The value of a X509 certificate.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: binary - uniqueness: none
value
- the value to setpublic MeX509Certificates.Builder display(String display)
A human readable name, primarily used for display purposes.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic MeX509Certificates.Builder type(String type)
A label indicating the attribute’s function.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
type
- the value to setpublic MeX509Certificates.Builder primary(Boolean primary)
A Boolean value indicating the ‘primary’ or preferred attribute value for this attribute. The primary attribute value ‘true’ MUST appear no more than once.
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
primary
- the value to setpublic MeX509Certificates build()
public MeX509Certificates.Builder copy(MeX509Certificates model)
Copyright © 2016–2024. All rights reserved.