MENU
      RequestListResponse

        RequestListResponse


        記事の要約

        Classic/​VPC環境で利用できます。​

        ソート基準です。

        構文

        構文は次の通りです。

        private String direction;
        private String property;
        private Boolean ignoreCase;
        private String nullHandling;
        private Boolean ascending;
        private Boolean descending;
        Java

        フィールド

        フィールドの詳細は次の通りです。

        フィールドタイプ必須の有無説明
        directionStringRequiredソート方法
        • ASC | DESC
          • ASC: Ascending
          • DESC: Descending
        propertyStringRequiredソート基準フィールド名
        ignoreCaseBooleanRequiredソート時に大小文字を区別するかどうか
        • true | false
        nullHandlingStringRequiredNullの処理方法
        • NATIVE | NULLS_FIRST | NULLS_LAST
          • NATIVE: データ処理ロジックに任す
          • NULLS_FIRST: Nullの値が先頭に来る
          • NULLS_LAST: Nullの値が末尾に来る
        ascendingBooleanRequiredソート方法が Ascending(ASC)かどうか
        • true | false
        descendingBooleanRequiredソート方法が Descending(DESC)かどうか
        • true | false

        この記事は役に立ちましたか?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.