Uses of Class
odata.msgraph.client.beta.enums.MdmAppConfigKeyType
-
Packages that use MdmAppConfigKeyType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of MdmAppConfigKeyType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MdmAppConfigKeyType Modifier and Type Field Description protected MdmAppConfigKeyTypeAppConfigurationSettingItem. appConfigKeyTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type MdmAppConfigKeyType Modifier and Type Method Description Optional<MdmAppConfigKeyType>AppConfigurationSettingItem. getAppConfigKeyType()“app configuration key type.”Methods in odata.msgraph.client.beta.complex with parameters of type MdmAppConfigKeyType Modifier and Type Method Description AppConfigurationSettingItem.BuilderAppConfigurationSettingItem.Builder. appConfigKeyType(MdmAppConfigKeyType appConfigKeyType)“app configuration key type.”AppConfigurationSettingItemAppConfigurationSettingItem. withAppConfigKeyType(MdmAppConfigKeyType appConfigKeyType)Returns an immutable copy ofthiswith just theappConfigKeyTypefield changed. -
Uses of MdmAppConfigKeyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MdmAppConfigKeyType Modifier and Type Method Description static MdmAppConfigKeyTypeMdmAppConfigKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static MdmAppConfigKeyType[]MdmAppConfigKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-