Uses of Enum Class
com.norconex.committer.googlecloudsearch.GoogleCloudSearchCommitterConfig.UploadFormat
Packages that use GoogleCloudSearchCommitterConfig.UploadFormat
-
Uses of GoogleCloudSearchCommitterConfig.UploadFormat in com.norconex.committer.googlecloudsearch
Methods in com.norconex.committer.googlecloudsearch that return GoogleCloudSearchCommitterConfig.UploadFormatModifier and TypeMethodDescriptionGoogleCloudSearchCommitterConfig.getUploadFormat()The format used to upload document content.Returns the enum constant of this class with the specified name.GoogleCloudSearchCommitterConfig.UploadFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.norconex.committer.googlecloudsearch with parameters of type GoogleCloudSearchCommitterConfig.UploadFormatModifier and TypeMethodDescriptionGoogleCloudSearchCommitterConfig.setUploadFormat(GoogleCloudSearchCommitterConfig.UploadFormat uploadFormat) The format used to upload document content.