Package microsoft.dynamics.crm.complex
Class RetrieveLicenseInfoResponse.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.RetrieveLicenseInfoResponse.Builder
-
- Enclosing class:
- RetrieveLicenseInfoResponse
public static final class RetrieveLicenseInfoResponse.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetrieveLicenseInfoResponse.BuilderavailableCount(Integer availableCount)RetrieveLicenseInfoResponsebuild()RetrieveLicenseInfoResponse.BuildergrantedLicenseCount(Integer grantedLicenseCount)
-
-
-
Method Detail
-
availableCount
public RetrieveLicenseInfoResponse.Builder availableCount(Integer availableCount)
-
grantedLicenseCount
public RetrieveLicenseInfoResponse.Builder grantedLicenseCount(Integer grantedLicenseCount)
-
build
public RetrieveLicenseInfoResponse build()
-
-