10 lines
261 B
Java
10 lines
261 B
Java
|
|
package com.sforce.soap.partner.fault;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* This is a generated class for the SObject Enterprise API.
|
||
|
|
* Do not edit this file, as your changes will be lost.
|
||
|
|
*/
|
||
|
|
public interface IInvalidSObjectFault extends com.sforce.soap.partner.fault.IApiQueryFault {
|
||
|
|
|
||
|
|
}
|