public class GetUICustomizationResult extends Object implements Serializable
| Constructor and Description |
|---|
GetUICustomizationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
UICustomizationType |
getUICustomization()
The UI customization information.
|
int |
hashCode() |
void |
setUICustomization(UICustomizationType uICustomization)
The UI customization information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetUICustomizationResult |
withUICustomization(UICustomizationType uICustomization)
The UI customization information.
|
public UICustomizationType getUICustomization()
The UI customization information.
The UI customization information.
public void setUICustomization(UICustomizationType uICustomization)
The UI customization information.
uICustomization - The UI customization information.
public GetUICustomizationResult withUICustomization(UICustomizationType uICustomization)
The UI customization information.
Returns a reference to this object so that method calls can be chained together.
uICustomization - The UI customization information.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.