Class MyDevicePushNotificationTarget.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.MyDevicePushNotificationTarget.Builder
-
- Enclosing class:
- MyDevicePushNotificationTarget
public static class MyDevicePushNotificationTarget.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MyDevicePushNotificationTarget
build()
MyDevicePushNotificationTarget.Builder
copy(MyDevicePushNotificationTarget model)
MyDevicePushNotificationTarget.Builder
ref(String ref)
The URI that corresponds to the push notification target resource of this deviceMyDevicePushNotificationTarget.Builder
value(String value)
The identifier of the push notification target
-
-
-
Method Detail
-
value
public MyDevicePushNotificationTarget.Builder value(String value)
The identifier of the push notification target*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: always - type: string - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public MyDevicePushNotificationTarget.Builder ref(String ref)
The URI that corresponds to the push notification target resource of this device*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true
- Parameters:
ref
- the value to set- Returns:
- this builder
-
build
public MyDevicePushNotificationTarget build()
-
copy
public MyDevicePushNotificationTarget.Builder copy(MyDevicePushNotificationTarget model)
-
-