Uses of Class
odata.msgraph.client.entity.IosCustomConfiguration
-
Packages that use IosCustomConfiguration Package Description odata.msgraph.client.entity -
-
Uses of IosCustomConfiguration in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return IosCustomConfiguration Modifier and Type Method Description IosCustomConfigurationIosCustomConfiguration.Builder. build()IosCustomConfigurationIosCustomConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.IosCustomConfigurationIosCustomConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).IosCustomConfigurationIosCustomConfiguration. withPayload(byte[] payload)Returns an immutable copy ofthiswith just thepayloadfield changed.IosCustomConfigurationIosCustomConfiguration. withPayloadFileName(String payloadFileName)Returns an immutable copy ofthiswith just thepayloadFileNamefield changed.IosCustomConfigurationIosCustomConfiguration. withPayloadName(String payloadName)Returns an immutable copy ofthiswith just thepayloadNamefield changed.IosCustomConfigurationIosCustomConfiguration. withUnmappedField(String name, Object value)
-