Uses of Class
com.oracle.bedrock.runtime.remote.windows.winrm.WindowsSoapOptions.Type
-
Packages that use WindowsSoapOptions.Type Package Description com.oracle.bedrock.runtime.remote.windows.winrm -
-
Uses of WindowsSoapOptions.Type in com.oracle.bedrock.runtime.remote.windows.winrm
Methods in com.oracle.bedrock.runtime.remote.windows.winrm that return WindowsSoapOptions.Type Modifier and Type Method Description static WindowsSoapOptions.TypeWindowsSoapOptions.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description Map<WindowsSoapOptions.Type,Object>WindowsSoapOptions. 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.Type Constructor Description WindowsSoapOptions(Map<WindowsSoapOptions.Type,Object> options)
-