Class BulkCreatePermissionsResponse.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class BulkCreatePermissionsResponse.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for BulkCreatePermissionsResponse instances.

    • Constructor Detail

    • Method Detail

      • getPermissionIds

         List<String> getPermissionIds()

        Gets the value of the 'permissionIds' field. A set of IDs of permissions created.

        Returns:

        The value.

      • getRoleIds

         List<String> getRoleIds()

        Gets the value of the 'roleIds' field. Identifiers of the existing roles for permissions to be associated with.

        Returns:

        The value.

      • hasPermissionIds

         boolean hasPermissionIds()

        Checks whether the 'permissionIds' field has been set. A set of IDs of permissions created.

        Returns:

        True if the 'permissionIds' field has been set, false otherwise.

      • hasRoleIds

         boolean hasRoleIds()

        Checks whether the 'roleIds' field has been set. Identifiers of the existing roles for permissions to be associated with.

        Returns:

        True if the 'roleIds' field has been set, false otherwise.