Uses of Class
com.contentful.java.cda.interceptor.ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem
-
Packages that use ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem Package Description com.contentful.java.cda.interceptor -
-
Uses of ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem in com.contentful.java.cda.interceptor
Methods in com.contentful.java.cda.interceptor that return ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem Modifier and Type Method Description static ContentfulUserAgentHeaderInterceptor.Section.OperatingSystemContentfulUserAgentHeaderInterceptor.Section.OperatingSystem. parse(java.lang.String osName)Parses a string to the closes match of a given OperatingSystemConstant.static ContentfulUserAgentHeaderInterceptor.Section.OperatingSystemContentfulUserAgentHeaderInterceptor.Section.OperatingSystem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem[]ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cda.interceptor with parameters of type ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem Modifier and Type Method Description static ContentfulUserAgentHeaderInterceptor.SectionContentfulUserAgentHeaderInterceptor.Section. os(ContentfulUserAgentHeaderInterceptor.Section.OperatingSystem os, ContentfulUserAgentHeaderInterceptor.Section.Version version)Create an os section.
-