Package microsoft.dynamics.crm.complex
Class AssociatedMenuConfiguration
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AssociatedMenuConfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AssociatedMenuConfiguration extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssociatedMenuConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanavailableOfflineprotected AssociatedMenuBehaviorbehaviorprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected AssociatedMenuGroupgroupprotected Stringiconprotected BooleanisCustomizableprotected Labellabelprotected StringmenuIdprotected StringodataTypeprotected Integerorderprotected StringqueryApiprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected UUIDviewId
-
Constructor Summary
Constructors Modifier Constructor Description protectedAssociatedMenuConfiguration()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
behavior
protected AssociatedMenuBehavior behavior
-
group
protected AssociatedMenuGroup group
-
label
protected Label label
-
order
protected Integer order
-
isCustomizable
protected Boolean isCustomizable
-
icon
protected String icon
-
viewId
protected UUID viewId
-
availableOffline
protected Boolean availableOffline
-
menuId
protected String menuId
-
queryApi
protected String queryApi
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getBehavior
public Optional<AssociatedMenuBehavior> getBehavior()
-
withBehavior
public AssociatedMenuConfiguration withBehavior(AssociatedMenuBehavior behavior)
-
getGroup
public Optional<AssociatedMenuGroup> getGroup()
-
withGroup
public AssociatedMenuConfiguration withGroup(AssociatedMenuGroup group)
-
withLabel
public AssociatedMenuConfiguration withLabel(Label label)
-
withOrder
public AssociatedMenuConfiguration withOrder(Integer order)
-
withIsCustomizable
public AssociatedMenuConfiguration withIsCustomizable(Boolean isCustomizable)
-
withIcon
public AssociatedMenuConfiguration withIcon(String icon)
-
withViewId
public AssociatedMenuConfiguration withViewId(UUID viewId)
-
withAvailableOffline
public AssociatedMenuConfiguration withAvailableOffline(Boolean availableOffline)
-
withMenuId
public AssociatedMenuConfiguration withMenuId(String menuId)
-
withQueryApi
public AssociatedMenuConfiguration withQueryApi(String queryApi)
-
withUnmappedField
public AssociatedMenuConfiguration withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AssociatedMenuConfiguration.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-