All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.sdk.odatav2.connectivity.UpdateMethod Maven / Gradle / Ivy

/*******************************************************************************
 * (c) 201X SAP SE or an SAP affiliate company. All rights reserved.
 ******************************************************************************/
package com.sap.cloud.sdk.odatav2.connectivity;

public enum UpdateMethod {

	PUT,
	PATCH
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy