All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToChallenges(Collection<ACMEChallenge> items) |
ACMEAuthorizationFluent.ChallengesNested<A> |
addNewChallenge() |
A |
addNewChallenge(String token,
String type,
String url) |
ACMEAuthorizationFluent.ChallengesNested<A> |
addNewChallengeLike(ACMEChallenge item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToChallenges(ACMEChallenge... items) |
A |
addToChallenges(int index,
ACMEChallenge item) |
ACMEChallenge |
buildChallenge(int index) |
List<ACMEChallenge> |
buildChallenges() |
ACMEChallenge |
buildFirstChallenge() |
ACMEChallenge |
buildLastChallenge() |
ACMEChallenge |
buildMatchingChallenge(Predicate<ACMEChallengeBuilder> predicate) |
protected void |
copyInstance(ACMEAuthorization instance) |
ACMEAuthorizationFluent.ChallengesNested<A> |
editChallenge(int index) |
ACMEAuthorizationFluent.ChallengesNested<A> |
editFirstChallenge() |
ACMEAuthorizationFluent.ChallengesNested<A> |
editLastChallenge() |
ACMEAuthorizationFluent.ChallengesNested<A> |
editMatchingChallenge(Predicate<ACMEChallengeBuilder> predicate) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getIdentifier() |
String |
getInitialState() |
String |
getUrl() |
Boolean |
getWildcard() |
boolean |
hasAdditionalProperties() |
boolean |
hasChallenges() |
int |
hashCode() |
boolean |
hasIdentifier() |
boolean |
hasInitialState() |
boolean |
hasMatchingChallenge(Predicate<ACMEChallengeBuilder> predicate) |
boolean |
hasUrl() |
boolean |
hasWildcard() |
A |
removeAllFromChallenges(Collection<ACMEChallenge> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromChallenges(ACMEChallenge... items) |
A |
removeMatchingFromChallenges(Predicate<ACMEChallengeBuilder> predicate) |
ACMEAuthorizationFluent.ChallengesNested<A> |
setNewChallengeLike(int index,
ACMEChallenge item) |
A |
setToChallenges(int index,
ACMEChallenge item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withChallenges(ACMEChallenge... challenges) |
A |
withChallenges(List<ACMEChallenge> challenges) |
A |
withIdentifier(String identifier) |
A |
withInitialState(String initialState) |
A |
withUrl(String url) |
A |
withWildcard() |
A |
withWildcard(Boolean wildcard) |