EvidenceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appcomplianceautomation. models. EvidenceType
- com.
- com.
public final class EvidenceType
extends ExpandableStringEnum<EvidenceType>
Evidence type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Evidence |
AUTO_COLLECTED_EVIDENCE
The evidence auto collected by App Compliance Automation. |
|
static final
Evidence |
DATA
The evidence is data. |
|
static final
Evidence |
FILE
The evidence is a file. |
Constructor Summary
| Constructor | Description |
|---|---|
| EvidenceType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Evidence |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Evidence |
fromString(String name)
Creates or finds a Evidence |
|
static
Collection<Evidence |
values()
Gets known Evidence |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AUTO_COLLECTED_EVIDENCE
public static final EvidenceType AUTO_COLLECTED_EVIDENCE
The evidence auto collected by App Compliance Automation.
DATA
public static final EvidenceType DATA
The evidence is data.
FILE
public static final EvidenceType FILE
The evidence is a file.
Constructor Details
EvidenceType
@Deprecated
public EvidenceType()
Deprecated
Creates a new instance of EvidenceType value.
Method Details
fromString
public static EvidenceType fromString(String name)
Creates or finds a EvidenceType from its string representation.
Parameters:
Returns:
values
public static Collection<EvidenceType> values()
Gets known EvidenceType values.
Returns: