Uses of Enum Class
com.digicert.validation.mpic.api.AgentStatus
Packages that use AgentStatus
Package
Description
-
Uses of AgentStatus in com.digicert.validation.mpic.api
Methods in com.digicert.validation.mpic.api that return AgentStatusModifier and TypeMethodDescriptionstatic AgentStatusReturns the enum constant of this class with the specified name.static AgentStatus[]AgentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AgentStatus in com.digicert.validation.mpic.api.dns
Fields in com.digicert.validation.mpic.api.dns declared as AgentStatusModifier and TypeFieldDescriptionprivate final AgentStatusPrimaryDnsResponse.agentStatusThe field for theagentStatusrecord component.private final AgentStatusSecondaryDnsResponse.agentStatusThe field for theagentStatusrecord component.Methods in com.digicert.validation.mpic.api.dns that return AgentStatusModifier and TypeMethodDescriptionPrimaryDnsResponse.agentStatus()Returns the value of theagentStatusrecord component.SecondaryDnsResponse.agentStatus()Returns the value of theagentStatusrecord component.Constructors in com.digicert.validation.mpic.api.dns with parameters of type AgentStatusModifierConstructorDescriptionPrimaryDnsResponse(String agentId, AgentStatus agentStatus, List<DnsRecord> dnsRecords, DnsType requestedType, String requestedDomain) Creates an instance of aPrimaryDnsResponserecord class.SecondaryDnsResponse(String agentId, AgentStatus agentStatus, boolean corroborates, List<DnsRecord> dnsRecords) Creates an instance of aSecondaryDnsResponserecord class. -
Uses of AgentStatus in com.digicert.validation.mpic.api.file
Fields in com.digicert.validation.mpic.api.file declared as AgentStatusModifier and TypeFieldDescriptionprivate final AgentStatusPrimaryFileResponse.agentStatusThe field for theagentStatusrecord component.private final AgentStatusSecondaryFileResponse.agentStatusThe field for theagentStatusrecord component.Methods in com.digicert.validation.mpic.api.file that return AgentStatusModifier and TypeMethodDescriptionPrimaryFileResponse.agentStatus()Returns the value of theagentStatusrecord component.SecondaryFileResponse.agentStatus()Returns the value of theagentStatusrecord component.Constructors in com.digicert.validation.mpic.api.file with parameters of type AgentStatusModifierConstructorDescriptionPrimaryFileResponse(String agentId, int statusCode, AgentStatus agentStatus, String fileUrl, String actualFileUrl, String fileContents) Creates an instance of aPrimaryFileResponserecord class.SecondaryFileResponse(String agentId, int statusCode, AgentStatus agentStatus, boolean corroborates) Creates an instance of aSecondaryFileResponserecord class.