Android-Releases

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    *   api_level.max => *int*

        Only return records where the 'api_level' field is less than or
        equal to specified value.

    *   api_level.min => *int*

        Only return records where the 'api_level' field is greater than or
        equal to specified value.

    *   api_level.not_in => *array[int]*

        Only return records where the 'api_level' field is not in the
        specified values.

    *   api_level.xmax => *int*

        Only return records where the 'api_level' field is less than
        specified value.

    *   api_level.xmin => *int*

README  view on Meta::CPAN

    *   code_name.max => *str*

        Only return records where the 'code_name' field is less than or
        equal to specified value.

    *   code_name.min => *str*

        Only return records where the 'code_name' field is greater than or
        equal to specified value.

    *   code_name.not_contains => *str*

        Only return records where the 'code_name' field does not contain
        specified text.

    *   code_name.not_in => *array[str]*

        Only return records where the 'code_name' field is not in the
        specified values.

    *   code_name.xmax => *str*

        Only return records where the 'code_name' field is less than
        specified value.

    *   code_name.xmin => *str*

README  view on Meta::CPAN

    *   reldate.max => *date*

        Only return records where the 'reldate' field is less than or equal
        to specified value.

    *   reldate.min => *date*

        Only return records where the 'reldate' field is greater than or
        equal to specified value.

    *   reldate.not_in => *array[date]*

        Only return records where the 'reldate' field is not in the
        specified values.

    *   reldate.xmax => *date*

        Only return records where the 'reldate' field is less than specified
        value.

    *   reldate.xmin => *date*

README  view on Meta::CPAN

    *   version.max => *str*

        Only return records where the 'version' field is less than or equal
        to specified value.

    *   version.min => *str*

        Only return records where the 'version' field is greater than or
        equal to specified value.

    *   version.not_contains => *str*

        Only return records where the 'version' field does not contain
        specified text.

    *   version.not_in => *array[str]*

        Only return records where the 'version' field is not in the
        specified values.

    *   version.xmax => *str*

        Only return records where the 'version' field is less than specified
        value.

    *   version.xmin => *str*

lib/Android/Releases.pm  view on Meta::CPAN

Only return records where the 'api_level' field does not equal specified value.

=item * B<api_level.max> => I<int>

Only return records where the 'api_level' field is less than or equal to specified value.

=item * B<api_level.min> => I<int>

Only return records where the 'api_level' field is greater than or equal to specified value.

=item * B<api_level.not_in> => I<array[int]>

Only return records where the 'api_level' field is not in the specified values.

=item * B<api_level.xmax> => I<int>

Only return records where the 'api_level' field is less than specified value.

=item * B<api_level.xmin> => I<int>

Only return records where the 'api_level' field is greater than specified value.

lib/Android/Releases.pm  view on Meta::CPAN

Only return records where the 'code_name' field does not equal specified value.

=item * B<code_name.max> => I<str>

Only return records where the 'code_name' field is less than or equal to specified value.

=item * B<code_name.min> => I<str>

Only return records where the 'code_name' field is greater than or equal to specified value.

=item * B<code_name.not_contains> => I<str>

Only return records where the 'code_name' field does not contain specified text.

=item * B<code_name.not_in> => I<array[str]>

Only return records where the 'code_name' field is not in the specified values.

=item * B<code_name.xmax> => I<str>

Only return records where the 'code_name' field is less than specified value.

=item * B<code_name.xmin> => I<str>

Only return records where the 'code_name' field is greater than specified value.

lib/Android/Releases.pm  view on Meta::CPAN

Only return records where the 'reldate' field does not equal specified value.

=item * B<reldate.max> => I<date>

Only return records where the 'reldate' field is less than or equal to specified value.

=item * B<reldate.min> => I<date>

Only return records where the 'reldate' field is greater than or equal to specified value.

=item * B<reldate.not_in> => I<array[date]>

Only return records where the 'reldate' field is not in the specified values.

=item * B<reldate.xmax> => I<date>

Only return records where the 'reldate' field is less than specified value.

=item * B<reldate.xmin> => I<date>

Only return records where the 'reldate' field is greater than specified value.

lib/Android/Releases.pm  view on Meta::CPAN

Only return records where the 'version' field does not equal specified value.

=item * B<version.max> => I<str>

Only return records where the 'version' field is less than or equal to specified value.

=item * B<version.min> => I<str>

Only return records where the 'version' field is greater than or equal to specified value.

=item * B<version.not_contains> => I<str>

Only return records where the 'version' field does not contain specified text.

=item * B<version.not_in> => I<array[str]>

Only return records where the 'version' field is not in the specified values.

=item * B<version.xmax> => I<str>

Only return records where the 'version' field is less than specified value.

=item * B<version.xmin> => I<str>

Only return records where the 'version' field is greater than specified value.



( run in 1.523 second using v1.01-cache-2.11-cpan-cc502c75498 )