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