Uses of Class
com.aoindustries.aoserv.client.net.reputation.Set.ConfidenceType
-
Packages that use Set.ConfidenceType Package Description com.aoindustries.aoserv.client.net.reputation -
-
Uses of Set.ConfidenceType in com.aoindustries.aoserv.client.net.reputation
Methods in com.aoindustries.aoserv.client.net.reputation that return Set.ConfidenceType Modifier and Type Method Description static Set.ConfidenceTypeSet.ConfidenceType. fromChar(char ch)Set.ConfidenceTypeSet.AddReputation. getConfidence()static Set.ConfidenceTypeSet.ConfidenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static Set.ConfidenceType[]Set.ConfidenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aoindustries.aoserv.client.net.reputation with parameters of type Set.ConfidenceType Modifier and Type Method Description voidSet. addReputation(int host, Set.ConfidenceType confidence, Set.ReputationType reputationType, short score)Constructors in com.aoindustries.aoserv.client.net.reputation with parameters of type Set.ConfidenceType Constructor Description AddReputation(int host, Set.ConfidenceType confidence, Set.ReputationType reputationType, short score)
-