/******************************************************************************* * Copyright (c) Microsoft Open Technologies, Inc. * All Rights Reserved * See License.txt in the project root for license information. ******************************************************************************/ package com.microsoft.services.sharepoint; /** * The Class FileConstants. */ public class FileConstants { /** The Constant FILE_CREATE. */ public final static String FILE_CREATE = "{ '__metadata': { 'type': 'MS.FileServices.File' }, Name : '%s'}"; /** The Constant FOLDER_CREATE. */ public final static String FOLDER_CREATE = "{ '__metadata': { 'type': 'MS.FileServices.Folder' }, Name : '%s'}"; }