Uses of Class
odata.msgraph.client.enums.MobileAppContentFileUploadState
-
Packages that use MobileAppContentFileUploadState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of MobileAppContentFileUploadState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as MobileAppContentFileUploadState Modifier and Type Field Description protected MobileAppContentFileUploadStateMobileAppContentFile. uploadStateMethods in odata.msgraph.client.entity that return types with arguments of type MobileAppContentFileUploadState Modifier and Type Method Description Optional<MobileAppContentFileUploadState>MobileAppContentFile. getUploadState()“The state of the current upload request.”Methods in odata.msgraph.client.entity with parameters of type MobileAppContentFileUploadState Modifier and Type Method Description MobileAppContentFile.BuilderMobileAppContentFile.Builder. uploadState(MobileAppContentFileUploadState uploadState)“The state of the current upload request.”MobileAppContentFileMobileAppContentFile. withUploadState(MobileAppContentFileUploadState uploadState)Returns an immutable copy ofthiswith just theuploadStatefield changed. -
Uses of MobileAppContentFileUploadState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return MobileAppContentFileUploadState Modifier and Type Method Description static MobileAppContentFileUploadStateMobileAppContentFileUploadState. valueOf(String name)Returns the enum constant of this type with the specified name.static MobileAppContentFileUploadState[]MobileAppContentFileUploadState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-