Uses of Enum
org.somda.sdc.dpws.http.ContentType.ContentTypes
Packages that use ContentType.ContentTypes
-
Uses of ContentType.ContentTypes in org.somda.sdc.dpws.http
Methods in org.somda.sdc.dpws.http that return ContentType.ContentTypesModifier and TypeMethodDescriptionContentType.getContentType()static ContentType.ContentTypesReturns the enum constant of this type with the specified name.static ContentType.ContentTypes[]ContentType.ContentTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.dpws.http that return types with arguments of type ContentType.ContentTypesModifier and TypeMethodDescriptionstatic Optional<ContentType.ContentTypes>Maps a mime-type to the respective ContentType.ContentTypes enum value.