FuelSDK-Java icon indicating copy to clipboard operation
FuelSDK-Java copied to clipboard

Salesforce Marketing Cloud Java SDK

Results 81 FuelSDK-Java issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Im trying to update the data extension records using ETRestConnection, PATCH method. Its returning the method not support error because of request method type PATCH not supported...

bug

…, getUrlId and getUrlIdLong; otherwise, reflection doesn't work.

ETClickEventTest fails with this error when I execute it ``` ------------------------------------------------------------------------------- Test set: com.exacttarget.fuelsdk.ETClickEventTest ------------------------------------------------------------------------------- Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.703 sec

**Describe the bug** A clear and concise description of what the bug is. Method getObject() do a direct access to .getObject(), but getResult can be null, causing a null pointer...

bug

For getting the access token, I pass in for the rest endpoint (client_id, client_secret, grant_type, account_id). I am trying using the java sdk and in the properties file I didn't...

enhancement

I'm getting a `Data Extension Key not specified in ObjectID, CustomerKey, or Name` when trying to delete an `ETDataExtensionRow` while inserting one works fine. Looking at the SOAP request that...

Can you add a license to this project? Thank you.

**_when I deleted columns from a data extension like this:_** ``` public void deleteColumns(List columnNames) throws Exception { for (String columnName : columnNames) { ETDataExtensionColumn column = dataExtension.getColumn(columnName); ETResponse respoonse...