All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.services.supportcases.model.RefundOrdersResponse Maven / Gradle / Ivy

There is a newer version: v2-rev1-1.22.0
Show newest version
/*
 * Copyright 2010 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
 * in compliance with the License. You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under the License
 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
 * or implied. See the License for the specific language governing permissions and limitations under
 * the License.
 */
/*
 * This code was generated by https://code.google.com/p/google-apis-client-generator/
 * (build: 2017-02-15 17:18:02 UTC)
 * on 2017-04-18 at 23:41:09 UTC 
 * Modify at your own risk.
 */

package com.google.api.services.supportcases.model;

/**
 * Model definition for RefundOrdersResponse.
 *
 * 

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Google Support Cases Private API. For a detailed * explanation see: * http://code.google.com/p/google-http-java-client/wiki/JSON *

* * @author Google, Inc. */ @SuppressWarnings("javadoc") public final class RefundOrdersResponse extends com.google.api.client.json.GenericJson { /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List approvedOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List approvedOrders; static { // hack to force ProGuard to consider Order used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(Order.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List escalateOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List escalateOrders; static { // hack to force ProGuard to consider Order used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(Order.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List failedOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List failedOrders; static { // hack to force ProGuard to consider Order used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(Order.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.Boolean inProgress; /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List inProgressOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List inProgressOrders; static { // hack to force ProGuard to consider Order used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(Order.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List optionalEscalateOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List optionalEscalateOrders; static { // hack to force ProGuard to consider Order used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(Order.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List processLaterOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List processLaterOrders; static { // hack to force ProGuard to consider Order used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(Order.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List rejectedOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List rejectedOrders; static { // hack to force ProGuard to consider Order used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(Order.class); } /** * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List sidewinderRejectedOrderInfos; static { // hack to force ProGuard to consider OrderRefundStatusInfo used, since otherwise it would be stripped out // see http://code.google.com/p/google-api-java-client/issues/detail?id=528 com.google.api.client.util.Data.nullOf(OrderRefundStatusInfo.class); } /** * @return value or {@code null} for none */ public java.util.List getApprovedOrderInfos() { return approvedOrderInfos; } /** * @param approvedOrderInfos approvedOrderInfos or {@code null} for none */ public RefundOrdersResponse setApprovedOrderInfos(java.util.List approvedOrderInfos) { this.approvedOrderInfos = approvedOrderInfos; return this; } /** * @return value or {@code null} for none */ public java.util.List getApprovedOrders() { return approvedOrders; } /** * @param approvedOrders approvedOrders or {@code null} for none */ public RefundOrdersResponse setApprovedOrders(java.util.List approvedOrders) { this.approvedOrders = approvedOrders; return this; } /** * @return value or {@code null} for none */ public java.util.List getEscalateOrderInfos() { return escalateOrderInfos; } /** * @param escalateOrderInfos escalateOrderInfos or {@code null} for none */ public RefundOrdersResponse setEscalateOrderInfos(java.util.List escalateOrderInfos) { this.escalateOrderInfos = escalateOrderInfos; return this; } /** * @return value or {@code null} for none */ public java.util.List getEscalateOrders() { return escalateOrders; } /** * @param escalateOrders escalateOrders or {@code null} for none */ public RefundOrdersResponse setEscalateOrders(java.util.List escalateOrders) { this.escalateOrders = escalateOrders; return this; } /** * @return value or {@code null} for none */ public java.util.List getFailedOrderInfos() { return failedOrderInfos; } /** * @param failedOrderInfos failedOrderInfos or {@code null} for none */ public RefundOrdersResponse setFailedOrderInfos(java.util.List failedOrderInfos) { this.failedOrderInfos = failedOrderInfos; return this; } /** * @return value or {@code null} for none */ public java.util.List getFailedOrders() { return failedOrders; } /** * @param failedOrders failedOrders or {@code null} for none */ public RefundOrdersResponse setFailedOrders(java.util.List failedOrders) { this.failedOrders = failedOrders; return this; } /** * @return value or {@code null} for none */ public java.lang.Boolean getInProgress() { return inProgress; } /** * @param inProgress inProgress or {@code null} for none */ public RefundOrdersResponse setInProgress(java.lang.Boolean inProgress) { this.inProgress = inProgress; return this; } /** * @return value or {@code null} for none */ public java.util.List getInProgressOrderInfos() { return inProgressOrderInfos; } /** * @param inProgressOrderInfos inProgressOrderInfos or {@code null} for none */ public RefundOrdersResponse setInProgressOrderInfos(java.util.List inProgressOrderInfos) { this.inProgressOrderInfos = inProgressOrderInfos; return this; } /** * @return value or {@code null} for none */ public java.util.List getInProgressOrders() { return inProgressOrders; } /** * @param inProgressOrders inProgressOrders or {@code null} for none */ public RefundOrdersResponse setInProgressOrders(java.util.List inProgressOrders) { this.inProgressOrders = inProgressOrders; return this; } /** * @return value or {@code null} for none */ public java.util.List getOptionalEscalateOrderInfos() { return optionalEscalateOrderInfos; } /** * @param optionalEscalateOrderInfos optionalEscalateOrderInfos or {@code null} for none */ public RefundOrdersResponse setOptionalEscalateOrderInfos(java.util.List optionalEscalateOrderInfos) { this.optionalEscalateOrderInfos = optionalEscalateOrderInfos; return this; } /** * @return value or {@code null} for none */ public java.util.List getOptionalEscalateOrders() { return optionalEscalateOrders; } /** * @param optionalEscalateOrders optionalEscalateOrders or {@code null} for none */ public RefundOrdersResponse setOptionalEscalateOrders(java.util.List optionalEscalateOrders) { this.optionalEscalateOrders = optionalEscalateOrders; return this; } /** * @return value or {@code null} for none */ public java.util.List getProcessLaterOrderInfos() { return processLaterOrderInfos; } /** * @param processLaterOrderInfos processLaterOrderInfos or {@code null} for none */ public RefundOrdersResponse setProcessLaterOrderInfos(java.util.List processLaterOrderInfos) { this.processLaterOrderInfos = processLaterOrderInfos; return this; } /** * @return value or {@code null} for none */ public java.util.List getProcessLaterOrders() { return processLaterOrders; } /** * @param processLaterOrders processLaterOrders or {@code null} for none */ public RefundOrdersResponse setProcessLaterOrders(java.util.List processLaterOrders) { this.processLaterOrders = processLaterOrders; return this; } /** * @return value or {@code null} for none */ public java.util.List getRejectedOrderInfos() { return rejectedOrderInfos; } /** * @param rejectedOrderInfos rejectedOrderInfos or {@code null} for none */ public RefundOrdersResponse setRejectedOrderInfos(java.util.List rejectedOrderInfos) { this.rejectedOrderInfos = rejectedOrderInfos; return this; } /** * @return value or {@code null} for none */ public java.util.List getRejectedOrders() { return rejectedOrders; } /** * @param rejectedOrders rejectedOrders or {@code null} for none */ public RefundOrdersResponse setRejectedOrders(java.util.List rejectedOrders) { this.rejectedOrders = rejectedOrders; return this; } /** * @return value or {@code null} for none */ public java.util.List getSidewinderRejectedOrderInfos() { return sidewinderRejectedOrderInfos; } /** * @param sidewinderRejectedOrderInfos sidewinderRejectedOrderInfos or {@code null} for none */ public RefundOrdersResponse setSidewinderRejectedOrderInfos(java.util.List sidewinderRejectedOrderInfos) { this.sidewinderRejectedOrderInfos = sidewinderRejectedOrderInfos; return this; } @Override public RefundOrdersResponse set(String fieldName, Object value) { return (RefundOrdersResponse) super.set(fieldName, value); } @Override public RefundOrdersResponse clone() { return (RefundOrdersResponse) super.clone(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy