Package microsoft.dynamics.crm.complex
Class ErrorInfo.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ErrorInfo.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorInfobuild()ErrorInfo.BuildererrorCode(String errorCode)ErrorInfo.BuilderresourceList(List<ResourceInfo> resourceList)ErrorInfo.BuilderresourceList(ResourceInfo... resourceList)ErrorInfo.BuilderresourceListNextLink(String resourceListNextLink)
-
-
-
Method Detail
-
resourceList
public ErrorInfo.Builder resourceList(List<ResourceInfo> resourceList)
-
resourceList
public ErrorInfo.Builder resourceList(ResourceInfo... resourceList)
-
resourceListNextLink
public ErrorInfo.Builder resourceListNextLink(String resourceListNextLink)
-
errorCode
public ErrorInfo.Builder errorCode(String errorCode)
-
build
public ErrorInfo build()
-
-