Uses of Class
com.microsoft.azure.management.eventhub.EncodingCaptureDescription
-
-
Uses of EncodingCaptureDescription in com.microsoft.azure.management.eventhub
Methods in com.microsoft.azure.management.eventhub that return EncodingCaptureDescription Modifier and Type Method Description EncodingCaptureDescriptionCaptureDescription. encoding()Get the encoding value.static EncodingCaptureDescriptionEncodingCaptureDescription. fromString(String value)Parses a serialized value to a EncodingCaptureDescription instance.static EncodingCaptureDescriptionEncodingCaptureDescription. valueOf(String name)Returns the enum constant of this type with the specified name.static EncodingCaptureDescription[]EncodingCaptureDescription. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.eventhub with parameters of type EncodingCaptureDescription Modifier and Type Method Description CaptureDescriptionCaptureDescription. withEncoding(EncodingCaptureDescription encoding)Set the encoding value.
-