Uses of Class
com.helger.commons.mime.MimeTypeParameter
-
Packages that use MimeTypeParameter Package Description com.helger.commons.mime -
-
Uses of MimeTypeParameter in com.helger.commons.mime
Methods in com.helger.commons.mime that return MimeTypeParameter Modifier and Type Method Description MimeTypeParameterIMimeType. getParameterAtIndex(int nIndex)Get the parameter at the specified index.MimeTypeParameterMimeType. getParameterAtIndex(int nIndex)MimeTypeParameterIMimeType. getParameterWithName(String sParamName)Get the parameter with the specified name.MimeTypeParameterMimeType. getParameterWithName(String sParamName)Methods in com.helger.commons.mime that return types with arguments of type MimeTypeParameter Modifier and Type Method Description ICommonsList<MimeTypeParameter>IMimeType. getAllParameters()ICommonsList<MimeTypeParameter>MimeType. getAllParameters()Methods in com.helger.commons.mime with parameters of type MimeTypeParameter Modifier and Type Method Description MimeTypeMimeType. addParameter(MimeTypeParameter aParameter)Add a parameter.EChangeMimeType. removeParameter(MimeTypeParameter aParameter)Remove the specified parameter from this MIME type.Constructor parameters in com.helger.commons.mime with type arguments of type MimeTypeParameter Constructor Description MimeType(EMimeContentType eContentType, String sContentSubType, Collection<? extends MimeTypeParameter> aParameters)Constructor without parameters.
-