| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ClaimCareTeam |
ClaimCareTeam.Builder.build() |
static ClaimCareTeam |
ClaimCareTeam.fromByteBuffer(ByteBuffer b)
Deserializes a ClaimCareTeam from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ClaimCareTeam> |
ClaimCareTeam.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<ClaimCareTeam> |
Claim.getCareTeam()
Gets the value of the 'careTeam' field.
|
List<ClaimCareTeam> |
Claim.Builder.getCareTeam()
Gets the value of the 'careTeam' field.
|
static org.apache.avro.message.BinaryMessageDecoder<ClaimCareTeam> |
ClaimCareTeam.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimCareTeam.Builder |
ClaimCareTeam.newBuilder(ClaimCareTeam other)
Creates a new ClaimCareTeam RecordBuilder by copying an existing ClaimCareTeam instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Claim.setCareTeam(List<ClaimCareTeam> value)
Sets the value of the 'careTeam' field.
|
Claim.Builder |
Claim.Builder.setCareTeam(List<ClaimCareTeam> value)
Sets the value of the 'careTeam' field.
|
Copyright © 2020. All rights reserved.