| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.metadata.AssociatedMenuConfiguration |
Java class for AssociatedMenuConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssociatedMenuConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Behavior" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AssociatedMenuBehavior" minOccurs="0"/>
<element name="Group" type="{http://schemas.microsoft.com/xrm/2011/Metadata}AssociatedMenuGroup" minOccurs="0"/>
<element name="Label" type="{http://schemas.microsoft.com/xrm/2011/Contracts}Label" minOccurs="0"/>
<element name="Order" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| behavior | |||||||||||
| group | |||||||||||
| label | |||||||||||
| order | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the behavior property.
| |||||||||||
Gets the value of the group property.
| |||||||||||
Gets the value of the label property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Sets the value of the behavior property.
| |||||||||||
Sets the value of the group property.
| |||||||||||
Sets the value of the label property.
| |||||||||||
Sets the value of the order property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the behavior property.
AssociatedMenuBehavior
Gets the value of the group property.
AssociatedMenuGroup
Gets the value of the order property.
Sets the value of the behavior property.
| value | Allowed object is
AssociatedMenuBehavior
|
|---|
Sets the value of the group property.
| value | Allowed object is
AssociatedMenuGroup
|
|---|
Sets the value of the label property.
| value | Allowed object is
Label
|
|---|
Sets the value of the order property.
| value | Allowed object is Integer |
|---|