public static class AppOutboundAssertionAttributes.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppOutboundAssertionAttributes |
build() |
AppOutboundAssertionAttributes.Builder |
copy(AppOutboundAssertionAttributes model) |
AppOutboundAssertionAttributes.Builder |
direction(String direction)
Mapped Attribute Direction
|
AppOutboundAssertionAttributes.Builder |
ref(String ref)
Mapped Attribute URI
|
AppOutboundAssertionAttributes.Builder |
value(String value)
Mapped Attribute identifier
|
public AppOutboundAssertionAttributes.Builder value(String value)
Mapped Attribute identifier
*Added In:** 18.2.6
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
value
- the value to setpublic AppOutboundAssertionAttributes.Builder ref(String ref)
Mapped Attribute URI
*Added In:** 18.2.6
*SCIM++ Properties:** - idcsSearchable: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppOutboundAssertionAttributes.Builder direction(String direction)
Mapped Attribute Direction
*Added In:** 18.2.6
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
direction
- the value to setpublic AppOutboundAssertionAttributes build()
public AppOutboundAssertionAttributes.Builder copy(AppOutboundAssertionAttributes model)
Copyright © 2016–2024. All rights reserved.