public class SignInName extends Object
Constructor and Description |
---|
SignInName() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties value.
|
String |
type()
Get the type value.
|
String |
value()
Get the value value.
|
SignInName |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties value.
|
SignInName |
withType(String type)
Set the type value.
|
SignInName |
withValue(String value)
Set the value value.
|
public Map<String,Object> additionalProperties()
public SignInName withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties
- the additionalProperties value to setpublic String type()
public SignInName withType(String type)
type
- the type value to setpublic String value()
public SignInName withValue(String value)
value
- the value value to setCopyright © 2019. All rights reserved.