Class StackoneListPlatformLogsQueryParamFilter.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListPlatformLogsQueryParamFilter.Builder
-
- Enclosing class:
- StackoneListPlatformLogsQueryParamFilter
public static final class StackoneListPlatformLogsQueryParamFilter.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneListPlatformLogsQueryParamFilter.BuilderaccountIds(java.lang.String accountIds)A comma-separated list of account IDs to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuilderaccountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)A comma-separated list of account IDs to filter the results by.StackoneListPlatformLogsQueryParamFilter.Builderactions(java.lang.String actions)A comma-separated list of actions to filter the results by.StackoneListPlatformLogsQueryParamFilter.Builderactions(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions)A comma-separated list of actions to filter the results by.StackoneListPlatformLogsQueryParamFilterbuild()StackoneListPlatformLogsQueryParamFilter.Buildercategories(java.lang.String categories)A comma-separated list of categories to filter the results by.StackoneListPlatformLogsQueryParamFilter.Buildercategories(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categories)A comma-separated list of categories to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuilderendDate(java.time.OffsetDateTime endDate)A ISO8601 date string to filter the results by end_date.StackoneListPlatformLogsQueryParamFilter.BuilderendDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)A ISO8601 date string to filter the results by end_date.StackoneListPlatformLogsQueryParamFilter.BuilderhttpMethods(java.lang.String httpMethods)A comma-separated list of HTTP methods to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuilderhttpMethods(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods)A comma-separated list of HTTP methods to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuilderorderBy(StackoneListPlatformLogsQueryParamRequestLogsOrderBy orderBy)The field to order the results by.StackoneListPlatformLogsQueryParamFilter.BuilderorderBy(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamRequestLogsOrderBy> orderBy)The field to order the results by.StackoneListPlatformLogsQueryParamFilter.BuilderorderDirection(StackoneListPlatformLogsQueryParamRequestLogsOrderDirection orderDirection)The direction to order the results by.StackoneListPlatformLogsQueryParamFilter.BuilderorderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamRequestLogsOrderDirection> orderDirection)The direction to order the results by.StackoneListPlatformLogsQueryParamFilter.BuilderrequestIds(java.lang.String requestIds)A comma-separated list of request IDs to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuilderrequestIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds)A comma-separated list of request IDs to filter the results by.StackoneListPlatformLogsQueryParamFilter.Builderresources(java.lang.String resources)A comma-separated list of resources to filter the results by.StackoneListPlatformLogsQueryParamFilter.Builderresources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources)A comma-separated list of resources to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuildersourceIds(java.lang.String sourceIds)A comma-separated list of source IDs to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuildersourceIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIds)A comma-separated list of source IDs to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuildersourceTypes(java.lang.String sourceTypes)A comma-separated list of source types to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuildersourceTypes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceTypes)A comma-separated list of source types to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuildersourceValues(java.lang.String sourceValues)A comma-separated list of source values to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuildersourceValues(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValues)A comma-separated list of source values to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuilderstartDate(java.time.OffsetDateTime startDate)A ISO8601 date string to filter the results by start_date.StackoneListPlatformLogsQueryParamFilter.BuilderstartDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)A ISO8601 date string to filter the results by start_date.StackoneListPlatformLogsQueryParamFilter.BuilderstatusCodes(java.lang.String statusCodes)A comma-separated list of status codes to filter the results by.StackoneListPlatformLogsQueryParamFilter.BuilderstatusCodes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes)A comma-separated list of status codes to filter the results by.StackoneListPlatformLogsQueryParamFilter.Buildersuccess(boolean success)A boolean value to filter the results by success or failure.StackoneListPlatformLogsQueryParamFilter.Buildersuccess(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)A boolean value to filter the results by success or failure.
-
-
-
Method Detail
-
accountIds
public StackoneListPlatformLogsQueryParamFilter.Builder accountIds(java.lang.String accountIds)
A comma-separated list of account IDs to filter the results by.
-
accountIds
public StackoneListPlatformLogsQueryParamFilter.Builder accountIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> accountIds)
A comma-separated list of account IDs to filter the results by.
-
startDate
public StackoneListPlatformLogsQueryParamFilter.Builder startDate(java.time.OffsetDateTime startDate)
A ISO8601 date string to filter the results by start_date.
-
startDate
public StackoneListPlatformLogsQueryParamFilter.Builder startDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> startDate)
A ISO8601 date string to filter the results by start_date.
-
endDate
public StackoneListPlatformLogsQueryParamFilter.Builder endDate(java.time.OffsetDateTime endDate)
A ISO8601 date string to filter the results by end_date.
-
endDate
public StackoneListPlatformLogsQueryParamFilter.Builder endDate(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> endDate)
A ISO8601 date string to filter the results by end_date.
-
requestIds
public StackoneListPlatformLogsQueryParamFilter.Builder requestIds(java.lang.String requestIds)
A comma-separated list of request IDs to filter the results by.
-
requestIds
public StackoneListPlatformLogsQueryParamFilter.Builder requestIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> requestIds)
A comma-separated list of request IDs to filter the results by.
-
sourceTypes
public StackoneListPlatformLogsQueryParamFilter.Builder sourceTypes(java.lang.String sourceTypes)
A comma-separated list of source types to filter the results by.
-
sourceTypes
public StackoneListPlatformLogsQueryParamFilter.Builder sourceTypes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceTypes)
A comma-separated list of source types to filter the results by.
-
sourceValues
public StackoneListPlatformLogsQueryParamFilter.Builder sourceValues(java.lang.String sourceValues)
A comma-separated list of source values to filter the results by.
-
sourceValues
public StackoneListPlatformLogsQueryParamFilter.Builder sourceValues(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceValues)
A comma-separated list of source values to filter the results by.
-
sourceIds
public StackoneListPlatformLogsQueryParamFilter.Builder sourceIds(java.lang.String sourceIds)
A comma-separated list of source IDs to filter the results by.
-
sourceIds
public StackoneListPlatformLogsQueryParamFilter.Builder sourceIds(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> sourceIds)
A comma-separated list of source IDs to filter the results by.
-
httpMethods
public StackoneListPlatformLogsQueryParamFilter.Builder httpMethods(java.lang.String httpMethods)
A comma-separated list of HTTP methods to filter the results by.
-
httpMethods
public StackoneListPlatformLogsQueryParamFilter.Builder httpMethods(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> httpMethods)
A comma-separated list of HTTP methods to filter the results by.
-
categories
public StackoneListPlatformLogsQueryParamFilter.Builder categories(java.lang.String categories)
A comma-separated list of categories to filter the results by.
-
categories
public StackoneListPlatformLogsQueryParamFilter.Builder categories(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> categories)
A comma-separated list of categories to filter the results by.
-
resources
public StackoneListPlatformLogsQueryParamFilter.Builder resources(java.lang.String resources)
A comma-separated list of resources to filter the results by.
-
resources
public StackoneListPlatformLogsQueryParamFilter.Builder resources(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> resources)
A comma-separated list of resources to filter the results by.
-
actions
public StackoneListPlatformLogsQueryParamFilter.Builder actions(java.lang.String actions)
A comma-separated list of actions to filter the results by.
-
actions
public StackoneListPlatformLogsQueryParamFilter.Builder actions(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> actions)
A comma-separated list of actions to filter the results by.
-
statusCodes
public StackoneListPlatformLogsQueryParamFilter.Builder statusCodes(java.lang.String statusCodes)
A comma-separated list of status codes to filter the results by.
-
statusCodes
public StackoneListPlatformLogsQueryParamFilter.Builder statusCodes(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> statusCodes)
A comma-separated list of status codes to filter the results by.
-
success
public StackoneListPlatformLogsQueryParamFilter.Builder success(boolean success)
A boolean value to filter the results by success or failure.
-
success
public StackoneListPlatformLogsQueryParamFilter.Builder success(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> success)
A boolean value to filter the results by success or failure.
-
orderBy
public StackoneListPlatformLogsQueryParamFilter.Builder orderBy(StackoneListPlatformLogsQueryParamRequestLogsOrderBy orderBy)
The field to order the results by.
-
orderBy
public StackoneListPlatformLogsQueryParamFilter.Builder orderBy(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamRequestLogsOrderBy> orderBy)
The field to order the results by.
-
orderDirection
public StackoneListPlatformLogsQueryParamFilter.Builder orderDirection(StackoneListPlatformLogsQueryParamRequestLogsOrderDirection orderDirection)
The direction to order the results by.
-
orderDirection
public StackoneListPlatformLogsQueryParamFilter.Builder orderDirection(org.openapitools.jackson.nullable.JsonNullable<? extends StackoneListPlatformLogsQueryParamRequestLogsOrderDirection> orderDirection)
The direction to order the results by.
-
build
public StackoneListPlatformLogsQueryParamFilter build()
-
-