public static class MyDevicePushNotificationTarget.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 device
|
MyDevicePushNotificationTarget.Builder |
value(String value)
The identifier of the push notification target
|
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
value
- the value to setpublic 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
ref
- the value to setpublic MyDevicePushNotificationTarget build()
public MyDevicePushNotificationTarget.Builder copy(MyDevicePushNotificationTarget model)
Copyright © 2016–2024. All rights reserved.