All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToProfile(Collection<TunedProfile> items) |
A |
addAllToRecommend(Collection<TunedRecommend> items) |
TunedSpecFluent.ProfileNested<A> |
addNewProfile() |
A |
addNewProfile(String data,
String name) |
TunedSpecFluent.ProfileNested<A> |
addNewProfileLike(TunedProfile item) |
TunedSpecFluent.RecommendNested<A> |
addNewRecommend() |
TunedSpecFluent.RecommendNested<A> |
addNewRecommendLike(TunedRecommend item) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToProfile(int index,
TunedProfile item) |
A |
addToProfile(TunedProfile... items) |
A |
addToRecommend(int index,
TunedRecommend item) |
A |
addToRecommend(TunedRecommend... items) |
TunedProfile |
buildFirstProfile() |
TunedRecommend |
buildFirstRecommend() |
TunedProfile |
buildLastProfile() |
TunedRecommend |
buildLastRecommend() |
TunedProfile |
buildMatchingProfile(Predicate<TunedProfileBuilder> predicate) |
TunedRecommend |
buildMatchingRecommend(Predicate<TunedRecommendBuilder> predicate) |
List<TunedProfile> |
buildProfile() |
TunedProfile |
buildProfile(int index) |
List<TunedRecommend> |
buildRecommend() |
TunedRecommend |
buildRecommend(int index) |
protected void |
copyInstance(TunedSpec instance) |
TunedSpecFluent.ProfileNested<A> |
editFirstProfile() |
TunedSpecFluent.RecommendNested<A> |
editFirstRecommend() |
TunedSpecFluent.ProfileNested<A> |
editLastProfile() |
TunedSpecFluent.RecommendNested<A> |
editLastRecommend() |
TunedSpecFluent.ProfileNested<A> |
editMatchingProfile(Predicate<TunedProfileBuilder> predicate) |
TunedSpecFluent.RecommendNested<A> |
editMatchingRecommend(Predicate<TunedRecommendBuilder> predicate) |
TunedSpecFluent.ProfileNested<A> |
editProfile(int index) |
TunedSpecFluent.RecommendNested<A> |
editRecommend(int index) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getManagementState() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasManagementState() |
boolean |
hasMatchingProfile(Predicate<TunedProfileBuilder> predicate) |
boolean |
hasMatchingRecommend(Predicate<TunedRecommendBuilder> predicate) |
boolean |
hasProfile() |
boolean |
hasRecommend() |
A |
removeAllFromProfile(Collection<TunedProfile> items) |
A |
removeAllFromRecommend(Collection<TunedRecommend> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromProfile(TunedProfile... items) |
A |
removeFromRecommend(TunedRecommend... items) |
A |
removeMatchingFromProfile(Predicate<TunedProfileBuilder> predicate) |
A |
removeMatchingFromRecommend(Predicate<TunedRecommendBuilder> predicate) |
TunedSpecFluent.ProfileNested<A> |
setNewProfileLike(int index,
TunedProfile item) |
TunedSpecFluent.RecommendNested<A> |
setNewRecommendLike(int index,
TunedRecommend item) |
A |
setToProfile(int index,
TunedProfile item) |
A |
setToRecommend(int index,
TunedRecommend item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withManagementState(String managementState) |
A |
withProfile(List<TunedProfile> profile) |
A |
withProfile(TunedProfile... profile) |
A |
withRecommend(List<TunedRecommend> recommend) |
A |
withRecommend(TunedRecommend... recommend) |