Class AppOutboundAssertionAttributes.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppOutboundAssertionAttributes.Builder
-
- Enclosing class:
- AppOutboundAssertionAttributes
public static class AppOutboundAssertionAttributes.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppOutboundAssertionAttributes
build()
AppOutboundAssertionAttributes.Builder
copy(AppOutboundAssertionAttributes model)
AppOutboundAssertionAttributes.Builder
direction(String direction)
Mapped Attribute DirectionAppOutboundAssertionAttributes.Builder
ref(String ref)
Mapped Attribute URIAppOutboundAssertionAttributes.Builder
value(String value)
Mapped Attribute identifier
-
-
-
Method Detail
-
value
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
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public 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
- Parameters:
ref
- the value to set- Returns:
- this builder
-
direction
public 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
- Parameters:
direction
- the value to set- Returns:
- this builder
-
build
public AppOutboundAssertionAttributes build()
-
copy
public AppOutboundAssertionAttributes.Builder copy(AppOutboundAssertionAttributes model)
-
-