DepOnboardingSetting |
DepOnboardingSetting.Builder.build() |
|
DepOnboardingSetting |
DepOnboardingSetting.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
DepOnboardingSetting |
DepOnboardingSetting.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
DepOnboardingSetting |
DepOnboardingSetting.withAppleIdentifier(String appleIdentifier) |
Returns an immutable copy of this with just the appleIdentifier
field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withDataSharingConsentGranted(Boolean dataSharingConsentGranted) |
Returns an immutable copy of this with just the
dataSharingConsentGranted field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withLastSuccessfulSyncDateTime(OffsetDateTime lastSuccessfulSyncDateTime) |
Returns an immutable copy of this with just the
lastSuccessfulSyncDateTime field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withLastSyncErrorCode(Integer lastSyncErrorCode) |
Returns an immutable copy of this with just the lastSyncErrorCode
field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withLastSyncTriggeredDateTime(OffsetDateTime lastSyncTriggeredDateTime) |
Returns an immutable copy of this with just the
lastSyncTriggeredDateTime field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withRoleScopeTagIds(List<String> roleScopeTagIds) |
Returns an immutable copy of this with just the roleScopeTagIds
field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withShareTokenWithSchoolDataSyncService(Boolean shareTokenWithSchoolDataSyncService) |
Returns an immutable copy of this with just the
shareTokenWithSchoolDataSyncService field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withSyncedDeviceCount(Integer syncedDeviceCount) |
Returns an immutable copy of this with just the syncedDeviceCount
field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withTokenExpirationDateTime(OffsetDateTime tokenExpirationDateTime) |
Returns an immutable copy of this with just the
tokenExpirationDateTime field changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withTokenName(String tokenName) |
Returns an immutable copy of this with just the tokenName field
changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withTokenType(DepTokenType tokenType) |
Returns an immutable copy of this with just the tokenType field
changed.
|
DepOnboardingSetting |
DepOnboardingSetting.withUnmappedField(String name,
String value) |
|