Class GetLicensesOptions.Builder

  • Enclosing class:
    GetLicensesOptions

    public static class GetLicensesOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String licenseProviderId)
        Instantiates a new builder with required properties.
        Parameters:
        licenseProviderId - the licenseProviderId
    • Method Detail

      • build

        public GetLicensesOptions build()
        Builds a GetLicensesOptions.
        Returns:
        the new GetLicensesOptions instance
      • licenseProviderId

        public GetLicensesOptions.Builder licenseProviderId​(java.lang.String licenseProviderId)
        Set the licenseProviderId.
        Parameters:
        licenseProviderId - the licenseProviderId
        Returns:
        the GetLicensesOptions builder
      • accountId

        public GetLicensesOptions.Builder accountId​(java.lang.String accountId)
        Set the accountId.
        Parameters:
        accountId - the accountId
        Returns:
        the GetLicensesOptions builder
      • name

        public GetLicensesOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the GetLicensesOptions builder
      • licenseType

        public GetLicensesOptions.Builder licenseType​(java.lang.String licenseType)
        Set the licenseType.
        Parameters:
        licenseType - the licenseType
        Returns:
        the GetLicensesOptions builder
      • licenseProductId

        public GetLicensesOptions.Builder licenseProductId​(java.lang.String licenseProductId)
        Set the licenseProductId.
        Parameters:
        licenseProductId - the licenseProductId
        Returns:
        the GetLicensesOptions builder