DataSharingConsent |
DataSharingConsent.Builder.build() |
|
DataSharingConsent |
DataSharingConsent.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DataSharingConsent |
DataSharingConsent.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DataSharingConsent |
DataSharingConsent.withGrantDateTime(OffsetDateTime grantDateTime) |
Returns an immutable copy of this with just the grantDateTime
field changed.
|
DataSharingConsent |
DataSharingConsent.withGranted(Boolean granted) |
Returns an immutable copy of this with just the granted field
changed.
|
DataSharingConsent |
DataSharingConsent.withGrantedByUpn(String grantedByUpn) |
Returns an immutable copy of this with just the grantedByUpn
field changed.
|
DataSharingConsent |
DataSharingConsent.withGrantedByUserId(String grantedByUserId) |
Returns an immutable copy of this with just the grantedByUserId
field changed.
|
DataSharingConsent |
DataSharingConsent.withServiceDisplayName(String serviceDisplayName) |
Returns an immutable copy of this with just the
serviceDisplayName field changed.
|
DataSharingConsent |
DataSharingConsent.withTermsUrl(String termsUrl) |
Returns an immutable copy of this with just the termsUrl field
changed.
|
DataSharingConsent |
DataSharingConsent.withUnmappedField(String name,
String value) |
|