public static interface ProtectiveEquipmentSummary.Builder extends SdkPojo, CopyableBuilder<ProtectiveEquipmentSummary.Builder,ProtectiveEquipmentSummary>
| Modifier and Type | Method and Description |
|---|---|
ProtectiveEquipmentSummary.Builder |
personsIndeterminate(Collection<Integer> personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective
equipment.
|
ProtectiveEquipmentSummary.Builder |
personsIndeterminate(Integer... personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective
equipment.
|
ProtectiveEquipmentSummary.Builder |
personsWithoutRequiredEquipment(Collection<Integer> personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment. |
ProtectiveEquipmentSummary.Builder |
personsWithoutRequiredEquipment(Integer... personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment. |
ProtectiveEquipmentSummary.Builder |
personsWithRequiredEquipment(Collection<Integer> personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
|
ProtectiveEquipmentSummary.Builder |
personsWithRequiredEquipment(Integer... personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectiveEquipmentSummary.Builder personsWithRequiredEquipment(Collection<Integer> personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
personsWithRequiredEquipment - An array of IDs for persons who are wearing detected personal protective equipment.ProtectiveEquipmentSummary.Builder personsWithRequiredEquipment(Integer... personsWithRequiredEquipment)
An array of IDs for persons who are wearing detected personal protective equipment.
personsWithRequiredEquipment - An array of IDs for persons who are wearing detected personal protective equipment.ProtectiveEquipmentSummary.Builder personsWithoutRequiredEquipment(Collection<Integer> personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment.
personsWithoutRequiredEquipment - An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment.ProtectiveEquipmentSummary.Builder personsWithoutRequiredEquipment(Integer... personsWithoutRequiredEquipment)
An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment.
personsWithoutRequiredEquipment - An array of IDs for persons who are not wearing all of the types of PPE specified in the
RequiredEquipmentTypes field of the detected personal protective equipment.ProtectiveEquipmentSummary.Builder personsIndeterminate(Collection<Integer> personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.
personsIndeterminate - An array of IDs for persons where it was not possible to determine if they are wearing personal
protective equipment.ProtectiveEquipmentSummary.Builder personsIndeterminate(Integer... personsIndeterminate)
An array of IDs for persons where it was not possible to determine if they are wearing personal protective equipment.
personsIndeterminate - An array of IDs for persons where it was not possible to determine if they are wearing personal
protective equipment.Copyright © 2022. All rights reserved.