Uses of Enum
com.oracle.bedrock.runtime.remote.windows.winrm.WindowsSoapOptions.Type
Packages that use WindowsSoapOptions.Type
-
Uses of WindowsSoapOptions.Type in com.oracle.bedrock.runtime.remote.windows.winrm
Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return WindowsSoapOptions.TypeModifier and TypeMethodDescriptionstatic WindowsSoapOptions.TypeReturns the enum constant of this type with the specified name.static WindowsSoapOptions.Type[]WindowsSoapOptions.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return types with arguments of type WindowsSoapOptions.TypeModifier and TypeMethodDescriptionWindowsSoapOptions.getOptions()Obtain an unmodifiableMapof the options contained within thisWindowsSoapOptions.Constructor parameters in com.oracle.bedrock.runtime.remote.windows.winrm with type arguments of type WindowsSoapOptions.TypeModifierConstructorDescriptionprotectedWindowsSoapOptions(Map<WindowsSoapOptions.Type, Object> options)