CartToClassAssociation |
CartToClassAssociation.Builder.build() |
|
CartToClassAssociation |
CartToClassAssociation.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
CartToClassAssociation |
CartToClassAssociation.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
CartToClassAssociation |
CartToClassAssociation.withClassroomIds(List<String> classroomIds) |
Returns an immutable copy of this with just the classroomIds
field changed.
|
CartToClassAssociation |
CartToClassAssociation.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
CartToClassAssociation |
CartToClassAssociation.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
CartToClassAssociation |
CartToClassAssociation.withDeviceCartIds(List<String> deviceCartIds) |
Returns an immutable copy of this with just the deviceCartIds
field changed.
|
CartToClassAssociation |
CartToClassAssociation.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
CartToClassAssociation |
CartToClassAssociation.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
CartToClassAssociation |
CartToClassAssociation.withUnmappedField(String name,
String value) |
|
CartToClassAssociation |
CartToClassAssociation.withVersion(Integer version) |
Returns an immutable copy of this with just the version field
changed.
|