Class AppOutboundAssertionAttributes.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppOutboundAssertionAttributes.Builder
 
- 
- Enclosing class:
- AppOutboundAssertionAttributes
 
 public static class AppOutboundAssertionAttributes.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppOutboundAssertionAttributesbuild()AppOutboundAssertionAttributes.Buildercopy(AppOutboundAssertionAttributes model)AppOutboundAssertionAttributes.Builderdirection(String direction)Mapped Attribute DirectionAppOutboundAssertionAttributes.Builderref(String ref)Mapped Attribute URIAppOutboundAssertionAttributes.Buildervalue(String value)Mapped Attribute identifier
 
- 
- 
- 
Method Detail- 
valuepublic 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
 
 - 
refpublic 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
 
 - 
directionpublic 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
 
 - 
buildpublic AppOutboundAssertionAttributes build() 
 - 
copypublic AppOutboundAssertionAttributes.Builder copy(AppOutboundAssertionAttributes model) 
 
- 
 
-