java.lang.Object
swim.uri.UriQueryBuilder
- All Implemented Interfaces:
Builder<Map.Entry<String,,String>, UriQuery> EntryBuilder<String,,String, UriQuery> PairBuilder<String,String, UriQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAdds an input pair to this builder, returningtrueif the state of the builder changed.booleanAdds a single entry to this builder, returningtrueif the state of the builder changed.booleanaddAll(Collection<? extends Map.Entry<String, String>> params) Adds multiple entries to this builder, returningtrueif the state of the builder changed.booleanAdds multiple entries to this builder, returningtrueif the state of the builder changed.booleanbooleanbooleanbind()Returns the output result of this builder.
-
Constructor Details
-
UriQueryBuilder
public UriQueryBuilder()
-
-
Method Details
-
add
Description copied from interface:EntryBuilderAdds an input pair to this builder, returningtrueif the state of the builder changed.- Specified by:
addin interfaceEntryBuilder<String,String, UriQuery> - Specified by:
addin interfacePairBuilder<String,String, UriQuery>
-
add
Description copied from interface:EntryBuilderAdds a single entry to this builder, returningtrueif the state of the builder changed. -
addAll
Description copied from interface:EntryBuilderAdds multiple entries to this builder, returningtrueif the state of the builder changed. -
addAll
Description copied from interface:EntryBuilderAdds multiple entries to this builder, returningtrueif the state of the builder changed.- Specified by:
addAllin interfaceEntryBuilder<String,String, UriQuery>
-
bind
Description copied from interface:EntryBuilderReturns the output result of this builder. -
addParam
-
addParam
-
addQuery
-