public class AuthMethodType extends String
Java class for auth-methodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auth-methodType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>string">
</restriction>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
AuthMethodType() |
| Modifier and Type | Method and Description |
|---|---|
AuthMethodType |
withId(String value) |
AuthMethodType |
withValue(String value) |
public AuthMethodType withValue(String value)
public AuthMethodType withId(String value)
Copyright © 2019. All rights reserved.